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 #8140]Fix semaphore exception that failed halfway in the case of asynchrono… #8141

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

Conversation

3424672656
Copy link
Contributor

@3424672656 3424672656 commented May 15, 2024

…us message sending back pressure

Which Issue(s) This PR Fixes

Fixes #8140

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link

codecov-commenter commented May 15, 2024

Codecov Report

Attention: Patch coverage is 52.63158% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 42.89%. Comparing base (c00fac3) to head (5eb1e61).
Report is 4 commits behind head on develop.

Files Patch % Lines
...mq/client/impl/producer/DefaultMQProducerImpl.java 52.63% 7 Missing and 2 partials ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8141      +/-   ##
=============================================
- Coverage      42.94%   42.89%   -0.05%     
+ Complexity     10375    10365      -10     
=============================================
  Files           1270     1270              
  Lines          88689    88702      +13     
  Branches       11402    11402              
=============================================
- Hits           38088    38053      -35     
- Misses         45906    45939      +33     
- Partials        4695     4710      +15     

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

@cserwen
Copy link
Member

cserwen commented May 16, 2024

@3424672656 There is some conflicts to be fixed

…2656/rocketmq into fix_producer_backcompress

# Conflicts:
#	client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java
@3424672656 3424672656 reopened this May 16, 2024
@3424672656
Copy link
Contributor Author

@cserwen resolved

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.

[Bug] Fixed semaphore exception that failed halfway in the case of asynchronous message sending back pressure
4 participants