You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
When a validator (clientv0.9.13, runtime 9140) is getting unassigned, some collators (which seem to be disconnected right after) are trying to connect back to the validator, getting the reputation down: Declared as collator for unneeded para
I'm thinking this could also be (I haven't check the code) due to a retry, happening while the set of validator is changing. However this seems to last too long (checking the logs). It would have to be some kind of unbounded retries.
This might be related to paritytech/polkadot-sdk#888
When a validator (clientv0.9.13, runtime 9140) is getting unassigned, some collators (which seem to be disconnected right after) are trying to connect back to the validator, getting the reputation down:
Declared as collator for unneeded para
Here are the logs of the given validator:
alphanet-validator1.log
(Check for the line
collator-protocol: Unassigned from a parachain para_id=Id(1000)
)The text was updated successfully, but these errors were encountered: