-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[monitoring][broker][fix] Fix EntryFilter stats #17605
[monitoring][broker][fix] Fix EntryFilter stats #17605
Conversation
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, but it seems that there is a potential problem, if there are some markers, the filterProcessCount
will be not equal with rejectedCount + rescheduledCount + acceptCount
, which may cause misunderstanding.
@gaoran10 could you please describe more clearly? |
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
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
just a nit for avoiding to call Collections.isEmpty multiple times
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/AbstractBaseDispatcher.java
Outdated
Show resolved
Hide resolved
/pulsarbot rerun-failure-checks |
* fix entryFilter stats * fix test * add test comment * review fix
Fixes #17595
Motivation
Fix #17595 when no EntryFilters configured
Documentation
doc-required
(Your PR needs to update docs and you will update later)
doc-not-needed
(Please explain why)
doc
(Your PR contains doc changes)
doc-complete
(Docs have been already added)