-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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=false is broken in 1.10.4-stable? #23075
Comments
Have the same issue. |
I'm also getting these error messages flooding my LOG file. I shortened it because it's very long (repeating) but it keeps recurring.
I went back to 1.10.3, resources are back to normal and the errors are gone. |
Hmm, my guess is that the switch to |
The invalid merkle root is more worrying. Did you node crash during snapshot gneration? Did you turn it off non-gracefully? |
Just FYI, |
I always turn it off gracefully. systemd has a 300 second wait. I always confirm "Blockchain stopped". It runs for about an hour before those messages start flooding the logs. I'm back to 1.10.3 and it's running fine again. |
Can we please not break it? We use |
Moving forward, how should I turn off snapshotting given |
+1. Please preserve |
A node running with |
Running with I believe what happened here is that at one point, Then |
If having a few Geth operators running with |
Excellent suggestion @AusIV. |
Note that --syncmode=fast will no longer work, but --syncmode=full will. |
|
Yes, but if you want the --snapshot=false flag to work, as is the point of this thread, you must also explicitly set the --syncmode flag to something other than snap. |
Yeah I have the same problem, I updated my node to the 1.10.15 version and with |
Closing because stale. |
I run several geth nodes on Raspberry PI (8GB). It is the only thing running on the Pi, but I find that system resources are MUCH better with snapshot disabled. So, I run the the option --snapshot=false. I just upgraded today to 1.10.4, and it appears this option is being ignored. I now have the "Aborting/Resuming state snapshot generation" in the log.
I don't see in the release notes that this was changed. Am I missing something?
Thank you.
The text was updated successfully, but these errors were encountered: