Errors during space reclamation should not lead to space being reclaimed
Open
bug
help wanted
- Dominant language
- F#
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Consider a situation like this.
1. We have three files, 500 MiB, 250 MiB and 250 MiB.
2. The user asked us to reclaim 750 MiB of space.
3. We've had an error while removing a file of 500 MiB.
This means we have to delete both 250 MiB files.
Currently, it's not the case: Vacuum will first plan on deleting the first two files, and will stick to that plan.
Contributor guide
Assessment
This issue has not been assessed yet.