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

Could not process block, provided block root does not have block saved in the db #5477

Closed
terencechain opened this issue Apr 17, 2020 · 0 comments · Fixed by #5478
Closed
Assignees
Labels
Bug Something isn't working Priority: High High priority item

Comments

@terencechain
Copy link
Member

Since in initial syncing, state summaries are saved in batch at finalized check point or some predefined intervals. If a node restarts with a hot DB during epoch 0, it will not be able to satisfy this condition: https://github.com/prysmaticlabs/prysm/blob/master/beacon-chain/blockchain/process_block_helpers.go#L70

Hence the error:
[2020-04-17 09:41:50] ERROR sync: Could not process block from slot 10: could not process block: provided block root does not have block saved in the db

@terencechain terencechain added Bug Something isn't working Priority: High High priority item labels Apr 17, 2020
@terencechain terencechain self-assigned this Apr 17, 2020
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: High High priority item
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant