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-2]Delete topic queue lock #8662

Open
wants to merge 52 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/

@3424672656 3424672656 changed the title [RIP-70-1]Delete topic queue lock [RIP-70-2]Delete topic queue lock Sep 7, 2024
@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2024

Codecov Report

Attention: Patch coverage is 59.71564% with 85 lines in your changes missing coverage. Please review.

Project coverage is 47.85%. Comparing base (91fdc35) to head (ddda24e).

Files with missing lines Patch % Lines
...main/java/org/apache/rocketmq/store/CommitLog.java 47.32% 51 Missing and 18 partials ⚠️
...pache/rocketmq/store/dledger/DLedgerCommitLog.java 76.47% 14 Missing and 2 partials ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8662      +/-   ##
=============================================
- Coverage      47.93%   47.85%   -0.09%     
+ Complexity     11887    11853      -34     
=============================================
  Files           1312     1311       -1     
  Lines          91743    91734       -9     
  Branches       11753    11754       +1     
=============================================
- Hits           43980    43895      -85     
- Misses         42352    42414      +62     
- Partials        5411     5425      +14     

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

3424672656 and others added 8 commits October 11, 2024 10:47
… delete_queue_lock

# Conflicts:
#	store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java
… delete_queue_lock

# Conflicts:
#	store/src/main/java/org/apache/rocketmq/store/CommitLog.java
#	store/src/main/java/org/apache/rocketmq/store/dledger/DLedgerCommitLog.java
…ketmq into delete_queue_lock

# Conflicts:
#	store/src/main/java/org/apache/rocketmq/store/CommitLog.java
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