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

Beacon Node Restarts with New State Mgmt Causes Chain Stall #5496

Closed
rauljordan opened this issue Apr 18, 2020 · 1 comment · Fixed by #5501
Closed

Beacon Node Restarts with New State Mgmt Causes Chain Stall #5496

rauljordan opened this issue Apr 18, 2020 · 1 comment · Fixed by #5501
Assignees
Labels
Bug Something isn't working Priority: Critical Highest, immediate priority item

Comments

@rauljordan
Copy link
Contributor

Hi all, currently our prod nodes in our cluster running in the topaz testnet all stalled after the pods restarted due to a bug in the new state management feature:

{"error":"could not get pre state for slot 5696: could not load blocks for hot state using root: end block roots don't match","message":"Failed to validate attestation","prefix":"blockchain","severity":"ERROR"}
{"error":"could not get pre state for slot 5696: could not load blocks for hot state using root: end block roots don't match","message":"Failed to validate attestation","prefix":"blockchain","severity":"ERROR"}
{"error":"could not get pre state for slot 5696: could not load blocks for hot state using root: end block roots don't match","message":"Failed to validate attestation","prefix":"blockchain","severity":"ERROR"}
{"error":"could not get pre state for slot 5696: could not load blocks for hot state using root: end block roots don't match","message":"Failed to validate attestation","prefix":"blockchain","severity":"ERROR"}
{"error":"could not get pre state for slot 5696: could not load blocks for hot state using root: end block roots don't match","message":"Failed to validate attestation","prefix":"blockchain","severity":"ERROR"}

The bug is pending resolution by adding the --disable-new-state-mgmt to our pods as a temporary fix

@rauljordan rauljordan added Bug Something isn't working Priority: Critical Highest, immediate priority item new-state-mgmt labels Apr 18, 2020
@terencechain terencechain self-assigned this Apr 18, 2020
@terencechain
Copy link
Member

Unable to reproduce it via the snapshot DB from cluster. Looking into ways to reproduce this issue. If anyone has any idea, please let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Priority: Critical Highest, immediate priority item
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants