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

backlog quota exceed limit generates lot of logs within short period of time #22474

Closed
2 tasks done
mukesh154 opened this issue Apr 10, 2024 · 0 comments · Fixed by #22488
Closed
2 tasks done

backlog quota exceed limit generates lot of logs within short period of time #22474

mukesh154 opened this issue Apr 10, 2024 · 0 comments · Fixed by #22488
Assignees
Labels
type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages

Comments

@mukesh154
Copy link
Contributor

mukesh154 commented Apr 10, 2024

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

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

Code Reference:

  1. PersistentTopic.java#L2941
  2. PersistentTopic.java#L2948

Solution

We can use debug instead of info.

Alternatives

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@mukesh154 mukesh154 added the type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants