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

[RIP-70-3]Extract adaptive lock mechanism #8663

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

3424672656
Copy link
Contributor

@3424672656 3424672656 commented Sep 7, 2024

Which Issue(s) This PR Fixes

Fixes #8442

Brief Description

How Did You Test This Change?

Test document :https://shimo.im/docs/ZzkLMQ4RwwUa87AQ/

@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2024

Codecov Report

Attention: Patch coverage is 71.79487% with 33 lines in your changes missing coverage. Please review.

Project coverage is 47.49%. Comparing base (5496807) to head (8b98e66).
Report is 23 commits behind head on develop.

Files with missing lines Patch % Lines
...g/apache/rocketmq/store/lock/AdaptiveLockImpl.java 77.61% 13 Missing and 2 partials ⚠️
...ache/rocketmq/store/lock/CollisionRetreatLock.java 74.35% 8 Missing and 2 partials ⚠️
...ache/rocketmq/store/config/MessageStoreConfig.java 25.00% 6 Missing ⚠️
...a/org/apache/rocketmq/store/lock/AdaptiveLock.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8663      +/-   ##
=============================================
+ Coverage      47.42%   47.49%   +0.06%     
- Complexity     11514    11558      +44     
=============================================
  Files           1277     1282       +5     
  Lines          89438    89679     +241     
  Branches       11502    11533      +31     
=============================================
+ Hits           42416    42591     +175     
- Misses         41812    41851      +39     
- Partials        5210     5237      +27     
Flag Coverage Δ
47.49% <71.79%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

@fuyou001 fuyou001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR need

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.

[RIP-70] Optimizing Lock Mechanisms
3 participants