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-1]Optimize the back pressure mechanism of the client #8661

Merged
merged 19 commits into from
Sep 18, 2024

Conversation

3424672656
Copy link
Contributor

Which Issue(s) This PR Fixes

Fixes #8442

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2024

Codecov Report

Attention: Patch coverage is 67.90123% with 26 lines in your changes missing coverage. Please review.

Project coverage is 47.41%. Comparing base (5496807) to head (c61919d).

Files with missing lines Patch % Lines
...mq/client/impl/producer/DefaultMQProducerImpl.java 51.42% 13 Missing and 4 partials ⚠️
.../apache/rocketmq/client/lock/ReadWriteCASLock.java 70.00% 2 Missing and 4 partials ⚠️
...he/rocketmq/client/producer/DefaultMQProducer.java 88.46% 3 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8661      +/-   ##
=============================================
- Coverage      47.42%   47.41%   -0.02%     
- Complexity     11514    11516       +2     
=============================================
  Files           1277     1278       +1     
  Lines          89438    89504      +66     
  Branches       11502    11506       +4     
=============================================
+ Hits           42416    42435      +19     
- Misses         41812    41851      +39     
- Partials        5210     5218       +8     

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

@RongtongJin RongtongJin merged commit a28c2cb into apache:develop Sep 18, 2024
11 checks passed
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
4 participants