-
Notifications
You must be signed in to change notification settings - Fork 721
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
Remote externalities download slows down at the end #2096
Comments
I noticed the related code is deprecated in favor of the standalone try-runtime-cli. Do you still want to do this here? @ggwpez @liamaharon |
This issue originates in Same crate you are adding the parallel scraping to :) |
Yeah, that part of the change definitely goes this repo. I mean the cli flag part. Do you still want to do that here? :)) |
Seems it needs an issue in both repos. One to add the feature to remote-ext, and another to use it in try-runtime-cli |
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
* add integrity tests to rialto-parachain runtime * post cherry-pick fixes
Somehow the remote externalities get slower at the end. This was determined to not be related to RPC rate limits but seems to be a problem of the externalities.
Our suspicion os that it is related to the size of the KV pairs.
A debug flag like
--measure-dl-timing output.json
could be added to measure and investigate the KV timings later on.Example: normally around 12-14 kV/s, it slows down to 200-500 V/s. This was also noticed by @liamaharon.
(Marking as mentor since adding the flag should be simple)
The text was updated successfully, but these errors were encountered: