Konstantin Alexandroff
                                            Konstantin Alexandroff
                                        
                                    Update: authorsIds in example above was a List of Nullable Guids! when changed to simple Guids everything worked fine. Don't know if it's an issue anymore.
Hey Romario! Thank you for reporting this. This looks interesting. Judging by the log, there's something wrong with writing (or reading) the last block(s) of the partition. Doesn't look like...
Thanks a lot for the extra details Romario! What I see: 1. The problem is with the last block, as I expected (the difference between total size and the retrying...
A small update: I was able to repro the issue locally and figured out the reason. The last sector of a partition is basically reserved as a boot sector and...
Yes, there's no need for additional confirmation right now 👍🏻 I managed to reproduce this issue even with a much smaller partition so it's easy to investigate/test from my end....
Hey @shadowwalkersteam, Interesting idea. Shouldn't be very difficult to implement. I would say the steps are: 1. Add a new field to `WipeTask` struct for defining this limit for verification...