-
Notifications
You must be signed in to change notification settings - Fork 699
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
sc-consensus-beefy: pump gossip engine while waiting for initialization conditions #3435
Merged
acatangiu
merged 15 commits into
paritytech:master
from
acatangiu:fix-beefy-gossip-error-message
Feb 22, 2024
Merged
sc-consensus-beefy: pump gossip engine while waiting for initialization conditions #3435
acatangiu
merged 15 commits into
paritytech:master
from
acatangiu:fix-beefy-gossip-error-message
Feb 22, 2024
Commits on Feb 21, 2024
-
sc-consensus-beefy: raise threshold of pending gossip messages to 100k
This new threshold is inline with the thresholds of the other gossip protocols. On Kusama where there are 1000 validators, each gossiping at least one message per round, the 10k threshold gets hit during node restarts when there is an expected lag between gossip engine initialization and BEEFY worker initialization. During this lag, more than 10k messages build up and an error message is put up. With this commit, that annoying message goes away. Signed-off-by: Adrian Catangiu <adrian@parity.io>
Configuration menu - View commit details
-
Copy full SHA for f3e531c - Browse repository at this point
Copy the full SHA f3e531cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b427877 - Browse repository at this point
Copy the full SHA b427877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 549dd21 - Browse repository at this point
Copy the full SHA 549dd21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a77838 - Browse repository at this point
Copy the full SHA 7a77838View commit details -
Configuration menu - View commit details
-
Copy full SHA for adebff5 - Browse repository at this point
Copy the full SHA adebff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dec07a5 - Browse repository at this point
Copy the full SHA dec07a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d24bf03 - Browse repository at this point
Copy the full SHA d24bf03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9262ff3 - Browse repository at this point
Copy the full SHA 9262ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9884d85 - Browse repository at this point
Copy the full SHA 9884d85View commit details -
Merge branch 'master' of github.com:paritytech/polkadot-sdk into fix-…
…beefy-gossip-error-message
Configuration menu - View commit details
-
Copy full SHA for 740f9c5 - Browse repository at this point
Copy the full SHA 740f9c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97cfe00 - Browse repository at this point
Copy the full SHA 97cfe00View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17ef635 - Browse repository at this point
Copy the full SHA 17ef635View commit details -
Merge branch 'master' of github.com:paritytech/polkadot-sdk into fix-…
…beefy-gossip-error-message
Configuration menu - View commit details
-
Copy full SHA for 1343c97 - Browse repository at this point
Copy the full SHA 1343c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ca295 - Browse repository at this point
Copy the full SHA d0ca295View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe05285 - Browse repository at this point
Copy the full SHA fe05285View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.