-
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 #8601]When isPopShouldStop hit,unlock queueLockManager #8602
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8602 +/- ##
===========================================
Coverage 47.20% 47.20%
- Complexity 11412 11456 +44
===========================================
Files 1275 1277 +2
Lines 89110 89344 +234
Branches 11468 11481 +13
===========================================
+ Hits 42061 42177 +116
- Misses 41873 41965 +92
- Partials 5176 5202 +26 ☔ View full report in Codecov by Sentry. |
broker/src/main/java/org/apache/rocketmq/broker/processor/PopMessageProcessor.java
Outdated
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.
Good catch
Signed-off-by: Zhanhui Li <[email protected]>
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.
Good catch
Which Issue(s) This PR Fixes
Fixes #8601
Brief Description
When isPopShouldStop hit,unlock queueLockManager
How Did You Test This Change?
review the code