-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[improve][broker]Improve the log when encountered in-flight read limitation #24359
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
/pulsarbot rerun-failure-checks |
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/cache/RangeEntryCacheImpl.java
Outdated
Show resolved
Hide resolved
This tuning recommendation about increasing If the When the timeout |
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/cache/InflightReadsLimiter.java
Outdated
Show resolved
Hide resolved
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/cache/InflightReadsLimiter.java
Show resolved
Hide resolved
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #24359 +/- ##
============================================
+ Coverage 73.57% 74.27% +0.69%
+ Complexity 32624 32284 -340
============================================
Files 1877 1866 -11
Lines 139502 145145 +5643
Branches 15299 16596 +1297
============================================
+ Hits 102638 107802 +5164
+ Misses 28908 28814 -94
- Partials 7956 8529 +573
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…tation (apache#24359) (cherry picked from commit 9c504f5) (cherry picked from commit c7dd3de)
…tation (apache#24359) (cherry picked from commit 37dbf72)
…tation (apache#24359) (cherry picked from commit 9c504f5) (cherry picked from commit c7dd3de)
…tation (apache#24359) (cherry picked from commit 9c504f5) (cherry picked from commit c7dd3de)
…tation (apache#24359) (cherry picked from commit 37dbf72)
…tation (apache#24359) (cherry picked from commit 9c504f5) (cherry picked from commit c7dd3de)
…tation (apache#24359) (cherry picked from commit 9c504f5) (cherry picked from commit c7dd3de)
…tation (apache#24359) (cherry picked from commit 9c504f5)
Motivation & Modifications
managedLedgerMaxReadsInFlightPermitsAcquireQueueSize
when the broker reaches the limitation that the pending read queue is full.Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: x