-
Notifications
You must be signed in to change notification settings - Fork 680
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
Finalisation stopped : Encountered error finding best chain #3487
Comments
Fixed by calling grandpa.noteStalled |
Hey @1xstj, Have you got the root cause of this behaviour ? Which substrate version has been used in your testnet ? We've faced the same issue few days ago on our humanode.io mainnet and would like to get the root cause. @bkchr @davxy What do you think about this case ? Can you suggest smth to investigate the issue ? We would like to hear some thought from you, please.
|
There is probably no easy fix for this. I can not recommend anything. If this is happening more often, it would be nice to find out how and why grandpa is voting this way, maybe it reveals the bug or not. |
Got it, thanks Anyway, I've analyzed reorg logs and found smth interesting, would like to know if it makes sense. The rest reorg logs contains the info, that reorg happens on the same block or 1 block forward. But not to the past. |
The problem now occurs daily. We run the I invite parity team to look into this stuff on our end now - cause it seems like it will affect everyone at some point Note that we have passed 1k validators recently, so it might be a high-end case that is not visible when on lower validator counts |
@bkchr @davxy implemented an test that reproduce faced issue - humanode-network/humanode#1104 (comment). |
Fix #3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
Fix #3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
Fix #3487. --------- Co-authored-by: André Silva <[email protected]> Co-authored-by: Dmitry Lavrenov <[email protected]>
) Fix paritytech/polkadot-sdk#3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
…aritytech#5153) (#105) * grandpa: handle error from SelectChain::finality_target (paritytech#5153) Fix paritytech/polkadot-sdk#3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> * Remove prdoc --------- Co-authored-by: André Silva <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
…aritytech#5153) (#105) * grandpa: handle error from SelectChain::finality_target (paritytech#5153) Fix paritytech/polkadot-sdk#3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> * Remove prdoc --------- Co-authored-by: André Silva <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
…aritytech#5153) (#105) * grandpa: handle error from SelectChain::finality_target (paritytech#5153) Fix paritytech/polkadot-sdk#3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> * Remove prdoc --------- Co-authored-by: André Silva <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
) Fix paritytech#3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
) Fix paritytech/polkadot-sdk#3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
) Fix paritytech/polkadot-sdk#3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
) Fix paritytech/polkadot-sdk#3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
) * grandpa: handle error from SelectChain::finality_target (paritytech#5153) Fix paritytech/polkadot-sdk#3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> * Remove redundant prdoc --------- Co-authored-by: André Silva <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
…aritytech#5153) (#105) * grandpa: handle error from SelectChain::finality_target (paritytech#5153) Fix paritytech/polkadot-sdk#3487. --------- Co-authored-by: Dmitry Lavrenov <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> * Remove prdoc --------- Co-authored-by: André Silva <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
…aritytech#5153) (#105) (#110) * grandpa: handle error from SelectChain::finality_target (paritytech#5153) Fix paritytech/polkadot-sdk#3487. --------- * Remove prdoc --------- Co-authored-by: André Silva <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
Finalisation stopped for chain : https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet-rpc-archive.tangle.tools#/explorer
The errors we see on validator nodes after restart is :
Telemetry : https://telemetry.polkadot.io/#list/0x3d22af97d919611e03bbcbda96f65988758865423e89b2d99547a6bb61452db3
Substrate version : v1.1.0
Also tried logs with
-lafg
as suggested in other issues, but same outputLogs before restart :
Update:
Restarted validators with
pruning archive
and these are the logs nowThe text was updated successfully, but these errors were encountered: