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
There seems to be a race between a collator deciding to connecting to the assigned validators and the validator processing its own view updates, where it decides what parachains it is assigned to, so it will decide to wrongly disconnect a collator that advertises itself, see
This will probably, cause collators to miss advertising on a single block, if it gets these race on all validators that is assigned to(unlikely), so probably only test network are affected by this because those run with validator group size of 1.
The text was updated successfully, but these errors were encountered:
There seems to be a race between a collator deciding to connecting to the assigned validators and the validator processing its own view updates, where it decides what parachains it is assigned to, so it will decide to wrongly disconnect a collator that advertises itself, see
polkadot-sdk/polkadot/node/network/collator-protocol/src/validator_side/mod.rs
Line 857 in 475e7a1
This will probably, cause collators to miss advertising on a single block, if it gets these race on all validators that is assigned to(unlikely), so probably only test network are affected by this because those run with validator group size of 1.
The text was updated successfully, but these errors were encountered: