-
Notifications
You must be signed in to change notification settings - Fork 0
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
Network scalability: 500 parachain validators and 100 cores (async backing enabled) #26
Comments
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 |
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
approval distribution
: trigger assignment/votes resend based on approval checking lag polkadot#7038Q2 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
PeerViewChange
messages with priority polkadot-sdk#577availability-recovery
: fetch available data from approval checkers polkadot-sdk#575Q1 2024 milestone:
300
to500
(supporting up to 100 cores) on Kusama2024
The text was updated successfully, but these errors were encountered: