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

snapshot parsing parses just one snapshot, not all #56

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

smiklosovic
Copy link
Collaborator

It is not necessary to parse all snapshots a node has. We just need to parse the one which we just took. This will enable parallel backups possible / hassle free as one backup might clean a snapshot the other backup would try to parse but it is deleted already, which happens to fail.

solves #55

@smiklosovic smiklosovic merged commit e210c87 into master Jun 22, 2021
@smiklosovic smiklosovic deleted the snapshots-parse-single branch June 22, 2021 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant