You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix azure multipart upload data corruption (#5919)
Blocks were added to BlockList in completion order rather than sequential
order, causing data corruption. Zero pad block IDs and sort before committing
to ensure correct blob reconstruction.
Also improve the existing test that was only checking file, the test
would fail on main if integrity check was turned on.
This PR passes the unit test, also has been runnin in for last two days in
production without data corruption, prior to this PR - split was getting
corrupted every 45 minutes.
0 commit comments