Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

solana-validator exit: Wait for first incremental snapshot after a full snapshot before restarting #27471

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

mvines
Copy link
Contributor

@mvines mvines commented Aug 30, 2022

Restarts using just a full snapshot will put the node significantly further behind than if an incremental snapshot is also used, as full snapshots are larger and take much longer to create.

Therefore if the node just created a new full snapshot, wait a little longer until it creates the first incremental snapshot for the full snapshot.

@mvines mvines added the v1.11 label Aug 30, 2022
@mvines mvines merged commit 574097f into solana-labs:master Aug 30, 2022
mergify bot added a commit that referenced this pull request Aug 30, 2022
…full snapshot before restarting (backport #27471) (#27478)

Wait for first incremental snapshot after a full snapshot before restarting

(cherry picked from commit 574097f)

Co-authored-by: Michael Vines <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant