Skip to content

[ISSUE #9600] fix: remove wrong logic in the callback for sending messages in rpc#9608

Merged
tianliuliu merged 1 commit intoapache:developfrom
3424672656:remove_wrong
Aug 12, 2025
Merged

[ISSUE #9600] fix: remove wrong logic in the callback for sending messages in rpc#9608
tianliuliu merged 1 commit intoapache:developfrom
3424672656:remove_wrong

Conversation

@3424672656
Copy link
Copy Markdown
Contributor

Which Issue(s) This PR Fixes

Fixes #9600
the logic should be executed in ClientRemotingProcessor#processReplyMessage

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Aug 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.03%. Comparing base (2791833) to head (d2027aa).
⚠️ Report is 203 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9608      +/-   ##
=============================================
- Coverage      48.14%   48.03%   -0.12%     
+ Complexity     12075    12045      -30     
=============================================
  Files           1313     1313              
  Lines          92791    92788       -3     
  Branches       11866    11867       +1     
=============================================
- Hits           44675    44569     -106     
- Misses         42620    42709      +89     
- Partials        5496     5510      +14     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Override
public void onSuccess(SendResult sendResult) {
requestResponseFuture.setSendRequestOk(true);
requestResponseFuture.acquireCountDownLatch();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@tianliuliu tianliuliu merged commit f40a69f into apache:develop Aug 12, 2025
10 of 13 checks passed
hechen0 pushed a commit to hechen0/rocketmq that referenced this pull request Aug 18, 2025
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.

3 participants