-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Adding more permits debug statements to better diagnose permit issues #10217
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
|
@merlimat @eolivelli Since it's not easy to get debug logs from functions due to #3259, I added more logs to the broker instead. |
|
@devinbost There are few checkstyle violations reported in the CI jobs: |
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
1 similar comment
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
2 similar comments
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
eolivelli
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.
LGTM
|
/pulsarbot run-failure-checks |
|
@lhotari are you okay with this PR now ? |
|
/pulsarbot run-failure-checks |
@devinbost please rebase your changes. The master branch contains fixes to CI issues. |
…e changes to permits
baa53fc to
14a5c84
Compare
|
/pulsarbot run-failure-checks |
|
Looks like we missed a flaky test. @lhotari [INFO] |
|
/pulsarbot run-failure-checks |
3 similar comments
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
|
I am trying to cherry pick to branch-7.2 and see if it builds properly |
|
@devinbost picked to branch-2.7 as c243d18 |
@devinbost this is fixed in #10248 |
This PR just adds debug statements whenever the broker updates its permits in
broker.service.Consumerand inPersistentDispatcherMultipleConsumers. It also adds batch sizes to some of the debug log statements.That will help with the forensic analysis of problematic permit behavior.