Add orphaned snapshot objects pruning#4212
Open
pcholakov wants to merge 3 commits intoincremental-snapshotsfrom
Open
Add orphaned snapshot objects pruning#4212pcholakov wants to merge 3 commits intoincremental-snapshotsfrom
pcholakov wants to merge 3 commits intoincremental-snapshotsfrom
Conversation
This was referenced Jan 19, 2026
Test Results 7 files 7 suites 2m 41s ⏱️ Results for commit 86d09a1. ♻️ This comment has been updated with latest results. |
e36fb21 to
658c316
Compare
6e31300 to
7bfffab
Compare
658c316 to
f5450a9
Compare
ef734f0 to
110115e
Compare
f5450a9 to
6f4a418
Compare
110115e to
fdfe0d1
Compare
c1805ea to
896f467
Compare
fdfe0d1 to
fb3d0f0
Compare
896f467 to
71fca12
Compare
fb3d0f0 to
45efcdf
Compare
71fca12 to
cf1468b
Compare
45efcdf to
b286326
Compare
5560969 to
78e783c
Compare
3f65f6f to
76338d9
Compare
resolve: scan-and-sweep pruning conflict
78e783c to
86d09a1
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a sweep-based cleanup mechanism to prune orphaned SST objects and metadata files from the object store. Since enabling this would impact pre-existing snapshots, this behavior is opt-in.
Related PRs (earliest to latest)