Open sandreim opened 1 year ago
This issue has been mentioned on Polkadot Forum. There might be relevant details there:
This issue has been mentioned on Polkadot Forum. There might be relevant details there:
This issue has been mentioned on Polkadot Forum. There might be relevant details there:
https://forum.polkadot.network/t/update-validator-set-size-increase-on-kusama/8218/1
At the same time, we might observe a higher approval voting base lag, of up to 1.5 relay chain blocks
We discussed increasing the tranche size or no-show timeout, right?
Parachain consensus is restricted to a subset of the relay chain validators via the
maxValidators
configuration parameter. The plan is to remove the parameter, but until then we will gradually increase it's value as we improve the protocol and performance characteristics of the implementation.maxValidators
is bumped to higher values only if key performance metrics, specifically parachain block times and finality lag do not degrade when more validators participate in parachain consensus.The scalability project board is available here: https://github.com/orgs/paritytech/projects/63
After improving our tooling for profiling, gathering metrics and debugging we identified bottlenecks which we are currently addressing.
Experiments and potential improvements are tested on Versi before enabling them on value bearing chains like Kusama and Polkadot. After a battery of tests successfully ran on Versi we have already bumped the number of paravalidators from
200
to250
on Kusama and we are currently monitoring the key metrics.Q2 Plan
Q2 milestones:
200
to250
(supporting up to 70 parachains) on Kusama250
to300
(supporting up to 70 parachains) on Kusama200
to300
(supporting up 70 parachains) on PolkadotWe've learned from previous tests, that it is already possible for Versi to operate within parameters with 500 paravalidators and 70 parachains, but we've also identified that availability recovery is getting slower as the load on the network I/O increase. Supporting 100 parachains would create even more network load so this needs to be addressed for this milestone.
Q4 Plan
Q1 2024 milestone:
300
to500
(supporting up to 100 cores) on Kusama2024