-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
will be stuck when sync data with fullnode mode #361
Comments
I also experienced that problem yesterday. Error Log
Start BSC Geth Option (Full Sync)
|
This happened to me as well recently. @seonggwonyoon as @guagualvcha has pointed out this is caused by the fact that the node has been shut down incorrectly, if you notice every time you start it from the console, it displays in the logs 3 times when the node has not been shut down correctly, eventually I figured out it comes from the snapshot itself that a lot of full nodes are using. I suppose the solution would be to make a snapshot from scratch and make it available on the GitHub repo without the unclean shutdowns, or maybe find a solution to path the chaindata on each node. |
The Ethereum guys have made a tool to repair the database and released it here: Shouldn't we use the same approach? |
hi, @perfectcircle2020 @leafan so there are two problem here, The one @leafan raised is a known issue See : As for the issue that @seonggwonyoon raised, we will consider what @perfectcircle2020 said to implement the new repair tool. See #396 I will close this issue as both of the two problems have is own issue. |
System information
Geth version:
1.1.1-beta-69ce7f1e
OS & Version: Linux
Commit hash : (if
develop
)Expected behaviour
run ok
Actual behaviour
will be stuck at about every 1 hour
Steps to reproduce the behaviour
Backtrace
The text was updated successfully, but these errors were encountered: