-
Notifications
You must be signed in to change notification settings - Fork 71
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
3.1 not syncing on startup #49
Labels
OCI
Work exclusive to OCI team
Comments
heifner
added a commit
that referenced
this issue
Aug 25, 2022
…u sent them the block or if you are syncing.
heifner
added a commit
that referenced
this issue
Aug 26, 2022
heifner
added a commit
that referenced
this issue
Aug 30, 2022
heifner
added a commit
that referenced
this issue
Aug 30, 2022
[3.1 -> main] Fix failure to sync on startup
Repository owner
moved this from Todo
to Done
in Team Backlog
Aug 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported failure of nodeos failing to sync on startup. Logs were provided and investigated.
Situation: On startup nodeos sends handshakes to peer nodes and attempts to start syncing from node's lib up to peers lib. This process starts a storm of start sync calls which resets the next expected. This reset during sync causes node to get stuck in waiting for the wrong block. Need to revert: eosnetworkfoundation/mandel#627 and determine a better way to unstick a node.
The text was updated successfully, but these errors were encountered: