-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[pulsar-broker] Change dispatcher blocked/unblocked log level to debug #15767
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
Conversation
|
The pr had no activity for 30 days, mark with Stale label. |
|
I don't see a way to retrigger tests for some reason. Closing and reopening. |
|
@Shawyeok - looks like there are merge conflicts now. Are you able to resolve those? Thanks. |
tisonkun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log.debug already logs only if debug or lower level set. Since the log parameters are all simple access instead of heavy supplier, I tend to regard this change as redundant.
e784c24 to
59977a0
Compare
59977a0 to
31c4d01
Compare
@michaeljmarshall It's done, PTAL |
|
@Shawyeok Thanks for your contribution! |
apache#15767) ### Motivation There are so many dispatcher blocked/unblocked log(more than 30K within 15 min), I supposed change it to debug.
Motivation
There are so many dispatcher blocked/unblocked log(more than 30K within 15 min), I supposed change it to debug.


Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Documentation
Check the box below or label this PR directly.
Need to update docs?
no-need-docJust change log level