-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement BLOB file GC for online compaction
This commit completes the implementation of the BLOB file garbage collection (GC) feature for online compaction. The GC process scans and removes obsolete BLOB files that are no longer referenced after compaction. Key changes: - Implemented BLOB file scanning and deletion logic. - Integrated GC into the online compaction process. - Ensured thread safety and proper synchronization. - Defensive shutdown logic added to prevent resource leaks. Verification: - The code compiles successfully without errors. - Existing test cases pass without issues. Note: - Test cases for the newly implemented GC feature are not yet written. This will be addressed in a future commit.
- Loading branch information
Showing
5 changed files
with
120 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters