Skip to content
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

Demote per-peer validation slots warning to debug #4480

Merged
merged 1 commit into from
May 16, 2024

Conversation

dmitry-markin
Copy link
Contributor

Demote Ignored block announcement because all validation slots for this peer are occupied. message to debug level.

This is mostly an indicator of somebody spamming the node or (more likely) some node actively keeping up with the network but not recognizing it's in a major sync mode, so sending zillions of block announcements (have seen this on Versi).

This warning shouldn't be considered an error by the end user, so let's make it debug.

Ref. #1929.

@dmitry-markin dmitry-markin requested review from bkchr and lexnv May 16, 2024 08:49
@dmitry-markin dmitry-markin self-assigned this May 16, 2024
@dmitry-markin dmitry-markin marked this pull request as ready for review May 16, 2024 08:49
@dmitry-markin dmitry-markin added R0-silent Changes should not be mentioned in any release notes T0-node This PR/Issue is related to the topic “node”. labels May 16, 2024
@bkchr bkchr added this pull request to the merge queue May 16, 2024
Merged via the queue into master with commit 8d29397 May 16, 2024
166 of 182 checks passed
@bkchr bkchr deleted the dm-per-peer-validation-slots branch May 16, 2024 13:10
hitchhooker pushed a commit to ibp-network/polkadot-sdk that referenced this pull request Jun 5, 2024
Demote `Ignored block announcement because all validation slots for this
peer are occupied.` message to debug level.

This is mostly an indicator of somebody spamming the node or (more
likely) some node actively keeping up with the network but not
recognizing it's in a major sync mode, so sending zillions of block
announcements (have seen this on Versi).

This warning shouldn't be considered an error by the end user, so let's
make it debug.

Ref. paritytech#1929.
TarekkMA pushed a commit to moonbeam-foundation/polkadot-sdk that referenced this pull request Aug 2, 2024
Demote `Ignored block announcement because all validation slots for this
peer are occupied.` message to debug level.

This is mostly an indicator of somebody spamming the node or (more
likely) some node actively keeping up with the network but not
recognizing it's in a major sync mode, so sending zillions of block
announcements (have seen this on Versi).

This warning shouldn't be considered an error by the end user, so let's
make it debug.

Ref. paritytech#1929.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes T0-node This PR/Issue is related to the topic “node”.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants