-
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
dispute-coordinator: peers banned due to failure to import statements #5249
Comments
A vote from a disabled validator is treated as spam too:
It would be nice to have a TRACE log showing why exactly a vote is considered spam -> #5252 We do have 3 disabled validators at this point in time (
My guess at this point is that a validator has raised disputes, was disabled and warnings were generated. Looking further to confirm this theory. |
I've checked that there are no onchain disabled validator at the end of session 41088 (last block from it is 24,354,639) so I believe the warnings were caused by offchain disabling. Meanwhile I've extended the logging PR with a few more traces. I believe it will make debugging such issues easier in the future. |
Logs are merged. @sandreim can we close this? |
Should go away with runtime disabling enabled ... pun not intended. |
Would they really go away ? AFAIU the on-chain disablement woll not cover small ofenders like voting against valid as we can't safely slash them until we implement re-enabling. |
alleviated by #5392 |
Seeing a burst of these warnings on Kusama:
WARN tokio-runtime-worker sub-libp2p::peerstore: PeerId("12D3KooWPCuh53rEcvLjE7P5CHfstEPi5Bmgj4wgnPVMHDqwCu4K") banned, disconnecting, reason: Import was deemed invalid by dispute-coordinator.
https://grafana.teleport.parity.io/goto/YjeuLB9Ig?orgId=1
It seems that the import fails because spam slots are full:
DEBUG tokio-runtime-worker parachain::dispute-coordinator: Rejecting import because of full spam slots. candidate_hash=0xad6b8ee78cdc61ba21770d5681ac882829ad6b72c3daa7c41220256c3c570a0a session=41088 invalid_voters=[ValidatorIndex(190)] traceID=230514917482117258459231744050202445864
https://grafana.teleport.parity.io/goto/ARV1EBrSg?orgId=1
CC @tdimitrov @eskimor
The text was updated successfully, but these errors were encountered: