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

3.1 not syncing on startup #49

Closed
heifner opened this issue Aug 25, 2022 · 0 comments · Fixed by #74
Closed

3.1 not syncing on startup #49

heifner opened this issue Aug 25, 2022 · 0 comments · Fixed by #74
Assignees
Labels
OCI Work exclusive to OCI team

Comments

@heifner
Copy link
Member

heifner commented Aug 25, 2022

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.

@heifner heifner moved this to Todo in Team Backlog Aug 25, 2022
@heifner heifner added the OCI Work exclusive to OCI team label Aug 25, 2022
@heifner heifner self-assigned this Aug 25, 2022
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 30, 2022
[3.1] Fix failure to sync on startup
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
Labels
OCI Work exclusive to OCI team
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants