-
Notifications
You must be signed in to change notification settings - Fork 19
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
Bug: max > T::MaxCandidates; you might need to run benchmarks again #1423
Labels
benchmark
Extrensic benchmark needed
bug
Something isn't working
good first issue
Good for newcomers
Comments
wilwade
added
bug
Something isn't working
good first issue
Good for newcomers
benchmark
Extrensic benchmark needed
labels
Apr 18, 2023
It only occurs for
|
|
|
The problem is a bug in Cumulus' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
benchmark
Extrensic benchmark needed
bug
Something isn't working
good first issue
Good for newcomers
When running benchmarks I saw this error
max > T::MaxCandidates; you might need to run benchmarks again
Example from Benchmark run: https://github.com/LibertyDSNP/frequency/actions/runs/4726913413/jobs/8386962925
Does this error matter? Why is it happening?
Appears to come from
set_desired_candidates
in cumulus:pallets/collator-selection/src/lib.rs
The text was updated successfully, but these errors were encountered: