chore: add one-line changelog for PR 10138

Signed-off-by: Jay2006sawant <jay242902@gmail.com>
This commit is contained in:
Jay2006sawant
2026-08-04 14:49:08 +05:30
parent 46f5adb7a3
commit b2dea8d169
2 changed files with 1 additions and 9 deletions
@@ -0,0 +1 @@
Fix block uploader restore validation and BatchForget error handling
@@ -1,9 +0,0 @@
fix: return errors correctly in block restore validation and BatchForget
Block uploader Restore used errors.Wrapf with a stale nil err after
successful getSourceSize, causing size validation failures to return
(0, nil). flushZeroBlocks had the same pattern on short writes.
BatchForget dropped delete errors when flush also failed.
Signed-off-by: Jay2006sawant <jay242902@gmail.com>