-
-
Notifications
You must be signed in to change notification settings - Fork 827
Closed
Milestone
Description
Noticed while doing #5679:
Your borg version (borg -V).
1.2.0rc1 (likely same in 1.1.x)
Full borg commandline that lead to the problem (leave away excludes and passwords)
borg compact REPO
Describe the problem you're observing.
If one heavily deleted archives, there are likely some segments mostly consisting of DEL tags.
In hints -> compact data structure, a DEL is accounted as a freeable object of 41 bytes (9 header + 32 chunk id).
Thus, such a segment is about 100% freeable and a candidate for compaction.
Not nice: if the DELs are still needed because the segments with the respective PUTs were not covered by the compaction run (e.g. because they are below compaction threshold of 10%), it will just shuffle all these DELs to a new segment, without freeing anything.
And as that new segment again is 100% freeable, this will repeat in future compaction runs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels