-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF48, 11.5, 2021.4
-
Component/s: BlobManager, S3
-
Team:FG
-
Sprint:nxFG 11.3.1
-
Story Points:3
The S3 GC must not delete blobs added while the GC is running.
In order to do this efficiently, we invert the logic of the previous mark and sweep algorithm.
Previously, we were creating a "marked" set of all blobs in the repository, then iterating over S3 and removing all blobs not "marked".
The new algorithm creates a "toDelete" set of all blobs in S3 candidate for removal, then iterates over the repository to subtract from that set the blobs actually used. What remains in "toDelete" is the blobs we delete from S3.
- is related to
-
NXP-30463 Fix "The specified block list is invalid" error with Azure
- Resolved
- Is referenced in