-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
[ISSUE #8780] Implement asynchronous storage of ack/ck messages in pop consume to enhance performance #8727
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8727 +/- ##
=============================================
- Coverage 47.54% 47.32% -0.22%
- Complexity 11551 11565 +14
=============================================
Files 1279 1283 +4
Lines 89558 89964 +406
Branches 11514 11566 +52
=============================================
- Hits 42581 42578 -3
- Misses 41747 42129 +382
- Partials 5230 5257 +27 ☔ View full report in Codecov by Sentry. |
broker/src/main/java/org/apache/rocketmq/broker/failover/EscapeBridge.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
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
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
Which Issue(s) This PR Fixes
Fixes #8780
Brief Description
Implement asynchronous storage of ack/ck messages in pop consume to enhance performance
How Did You Test This Change?