-
Notifications
You must be signed in to change notification settings - Fork 815
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
Polkadot node warning "unexpected canonical chain state…" #59
Comments
With paritytech/substrate#11263
should be gone. I think the other error may comes from having a fork block in the queue while we already have finalized past this fork and then we get this error? WDYT @andresilva @davxy |
I think this can definitely happen. One option would be to add some leeway and prune N blocks after last finalized. |
Yeah, we could probably store the finalized heads/stale heads in the aux store and then remove them later when something else gets finalized. |
I synced a Polkadot from a Polkachu snapshot, which worked fine.
Then after some time it printed this:
It kept importing blocks but would print the following warning every now and then:
Here the
-lbabe=trace
log with these warnings in them: log.txt.@bkchr pobably knows what this means 😃
The text was updated successfully, but these errors were encountered: