Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[improve][broker] backlog quota exceed limit log replaced with debug #22488

Merged

Conversation

mukesh154
Copy link
Contributor

Fixes #22474
Already fixed on branch-3.1: #22475

Motivation

Currently, when backlog quota limit exceeded and producers still send messages, it generates lot of logs in short period of time. The logs are logged with info. We can use debug instead of info.

Modifications

  • Replaced the info with debug for logs when the backlog quota limit exceeded.

Verifying this change

This change is a rework/code-cleanup without any test coverage.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): no
  • The public API: no
  • The schema: no
  • The default values of configurations: no
  • The wire protocol: no
  • The rest endpoints: no
  • The admin cli options: no
  • Anything that affects deployment: no

Documentation

Check the box below or label this PR directly.

Need to update docs?

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Apr 12, 2024
@nicoloboschi nicoloboschi merged commit b857300 into apache:master Apr 12, 2024
51 of 52 checks passed
@nicoloboschi nicoloboschi added this to the 3.3.0 milestone Apr 12, 2024
lhotari pushed a commit that referenced this pull request Apr 22, 2024
lhotari pushed a commit that referenced this pull request Apr 22, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

backlog quota exceed limit generates lot of logs within short period of time
4 participants