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 #8426]Fix when SendMessage asyncSendEnable is false will write response twice #8427

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mxsm
Copy link
Member

@mxsm mxsm commented Jul 22, 2024

Which Issue(s) This PR Fixes

Fixes #8426

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 45.37%. Comparing base (86d59d2) to head (c0980e8).

Files Patch % Lines
...ocketmq/broker/processor/SendMessageProcessor.java 0.00% 5 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8427      +/-   ##
=============================================
- Coverage      45.37%   45.37%   -0.01%     
- Complexity     10993    10997       +4     
=============================================
  Files           1274     1274              
  Lines          88993    88994       +1     
  Branches       11439    11439              
=============================================
- Hits           40385    40384       -1     
- Misses         43577    43580       +3     
+ Partials        5031     5030       -1     

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

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] When SendMessage asyncSendEnable is false will write response twice
2 participants