Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors during space reclamation should not lead to space being reclaimed #109

Open
ForNeVeR opened this issue Aug 30, 2024 · 0 comments
Open

Comments

@ForNeVeR
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant