Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cvmfs_swissknife gc has no memory of what it has deleted #3117

Closed
mharvey-jt opened this issue Nov 29, 2022 · 1 comment
Closed

cvmfs_swissknife gc has no memory of what it has deleted #3117

mharvey-jt opened this issue Nov 29, 2022 · 1 comment
Assignees
Milestone

Comments

@mharvey-jt
Copy link
Contributor

Debugging the garbage collection of a repo today (with 2.8.1) I observe that gc appears not to retain any memory of objects that it has already deleted, leading to (in our case very many) redundant DELETE calls to object storage, and much slower performance than expected.

@jblomer
Copy link
Member

jblomer commented Dec 2, 2022

Good point! We keep the hash set of the preserved items but not of the already deleted items. That would be a very nice performance improvement!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants