Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Parachain collator trying to connect to wrong validator #4630

Closed
crystalin opened this issue Dec 28, 2021 · 3 comments
Closed

Parachain collator trying to connect to wrong validator #4630

crystalin opened this issue Dec 28, 2021 · 3 comments

Comments

@crystalin
Copy link

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))

@crystalin
Copy link
Author

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.

@ordian
Copy link
Member

ordian commented Dec 29, 2021

This issue is tracked in #4435.

@ordian
Copy link
Member

ordian commented Dec 30, 2021

@crystalin could you try #4640? it should fix the issue you're describing

@ordian ordian closed this as completed Jan 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants