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

The issue of solana restarting data loss #33619

Closed
zhy827827 opened this issue Oct 10, 2023 · 1 comment
Closed

The issue of solana restarting data loss #33619

zhy827827 opened this issue Oct 10, 2023 · 1 comment
Labels
community Community contribution

Comments

@zhy827827
Copy link

Baremetal
System Ubuntu 20.04
CPU AMD EPYC 7413
RAM 256 GB
Disk 12T

When Solana restarts, it redownloads the snapshot. causing the data block to lose. For example synchronize to block height 203000000 before restarting. After rebooting download snapshot, the block height starts from 203002000, which results in 2030000-203002000 blocks lost, how to solve this issues?
I set --limit-ledger-size=70000000, the theory is to retain 3 days+data

@zhy827827 zhy827827 added the community Community contribution label Oct 10, 2023
@CriesofCarrots
Copy link
Contributor

Pass --no-snapshot-fetch in the command line to start from the node's local snapshot instead of downloading a new one.

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

No branches or pull requests

2 participants