-
Notifications
You must be signed in to change notification settings - Fork 688
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
[KUSAMA] Chain's Block Finalization Halted - Parachains Stuck #3345
Comments
Finalization started again but will leave this open for a resolution to be added later. |
Draft fix is being worked on and tested: #3358 Cause issue seems to be related to the introduction of off-chain disabling feature (Validator disabling in Dispute Participation) in the 1.6.0 release. This feature is a small part of the changes coming in the Overhauled Disabling Strategy. Issue was dormant for a while and only surfaced now because it needed enough disputes to trigger it which simply did not happen for a while. A proper post-mortem is being worked on but based on our current understanding there's a short summary below: Change:The introduction of off-chain disabling made it so nodes that witness a dispute concluding would locally mark the losers as disabled. When we receive dispute votes from a disabled node if those are the only votes stating Disputes Status flow: Problem:A validator got disabled. Same validator then attempted to start more disputes. Nodes correctly imported the votes and they did not participate so the dispute never got Core of the problem is that those disputes were being marked as Fix:#3358 correctly updates their status to non It was a false alarm where something non-threatening was marked as a threat and caused a stall. Note:Issue is connected to #3314 |
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
Since Kusama block #21893876 the finalization is halted and Parachains are stalling in conclusion of this.
I tried to revert unfinalized blocks but that did obviously not help. #3314 might most probably be related.
After the revert I found some uncommon things in the logs:
And there's also a lot of banning going on (but maybe not successful):
Steps to reproduce
(globally, included logs from active validator)
The text was updated successfully, but these errors were encountered: