Skip to content
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 #6668] Fix error unlocking issue during interruption #6670

Closed
wants to merge 1 commit into from

Conversation

luozongle
Copy link

fix #6668

@codecov-commenter
Copy link

Codecov Report

Merging #6670 (2af547d) into develop (bcbb25f) will decrease coverage by 0.02%.
The diff coverage is 65.35%.

@@              Coverage Diff              @@
##             develop    #6670      +/-   ##
=============================================
- Coverage      43.03%   43.01%   -0.02%     
+ Complexity      9018     9016       -2     
=============================================
  Files           1109     1109              
  Lines          78579    78591      +12     
  Branches       10224    10224              
=============================================
- Hits           33813    33809       -4     
- Misses         40541    40552      +11     
- Partials        4225     4230       +5     
Impacted Files Coverage Δ
...e/rocketmq/namesrv/routeinfo/RouteInfoManager.java 63.59% <65.09%> (+0.46%) ⬆️
...he/rocketmq/client/impl/consumer/ProcessQueue.java 62.71% <68.75%> (-0.72%) ⬇️

... and 17 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link

This PR is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR.

@github-actions github-actions bot added the stale label Apr 29, 2024
Copy link

github-actions bot commented May 3, 2024

This PR was closed because it has been inactive for 3 days since being marked as stale.

@github-actions github-actions bot closed this May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If an interrupt occurs, the lock is not acquired at this time, but it will be unlocked incorrectly
2 participants