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

Vacuum stops on broken blob #9601

Closed
rymsha opened this issue Aug 1, 2022 · 1 comment
Closed

Vacuum stops on broken blob #9601

rymsha opened this issue Aug 1, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@rymsha
Copy link
Contributor

rymsha commented Aug 1, 2022

When Vacuum hits a broken node it aborts the entire process.
Instead it could log a warning and assume the node might be in use - don't delete it.

@rymsha
Copy link
Contributor Author

rymsha commented Aug 22, 2022

There is no actual need to load entire node when doing vacuum. BranchService can be used instead to check version match.
In this case broken blobs won't affect vacuum and it will be a performance boost, too.

@rymsha rymsha added this to the 7.11.0 milestone Aug 22, 2022
rymsha added a commit that referenced this issue Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants