ForNeVeR / ForNeVeR/Vacuum

Errors during space reclamation should not lead to space being reclaimed

Open
#109 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.