Skip to content

[ISSUE #10185] when the lock is not locked successfully, there is an exception#10186

Open
Kris20030907 wants to merge 1 commit intoapache:developfrom
Kris20030907:add-lock-flag
Open

[ISSUE #10185] when the lock is not locked successfully, there is an exception#10186
Kris20030907 wants to merge 1 commit intoapache:developfrom
Kris20030907:add-lock-flag

Conversation

@Kris20030907
Copy link
Contributor

…ion when trying to release the lock.

Which Issue(s) This PR Fixes

Brief Description

When the lock is not locked successfully, there is an IllegalMonitorStateException when trying to release the lock.

How Did You Test This Change?

@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.84%. Comparing base (ebf1595) to head (891e7da).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...he/rocketmq/client/impl/consumer/ProcessQueue.java 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop   #10186      +/-   ##
=============================================
- Coverage      48.94%   48.84%   -0.10%     
+ Complexity     13389    13355      -34     
=============================================
  Files           1373     1373              
  Lines          99924    99928       +4     
  Branches       12908    12909       +1     
=============================================
- Hits           48904    48807      -97     
- Misses         45097    45170      +73     
- Partials        5923     5951      +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] when the lock is not locked successfully, there is an exception when trying to release the lock.

2 participants