Skip to content

fix:use the same connection to send the heartbeat for keepalive.#9950

Closed
qsrg wants to merge 3 commits intoapache:developfrom
qsrg:develop
Closed

fix:use the same connection to send the heartbeat for keepalive.#9950
qsrg wants to merge 3 commits intoapache:developfrom
qsrg:develop

Conversation

@qsrg
Copy link
Copy Markdown
Contributor

@qsrg qsrg commented Dec 23, 2025

Which Issue(s) This PR Fixes

Fixes #9949

Brief Description

How Did You Test This Change?

request.setLanguage(clientConfig.getLanguage());
request.setBody(heartbeatData.encode());
RemotingCommand response = this.remotingClient.invokeSync(addr, request, timeoutMillis);
RemotingCommand response = this.remotingClient.invokeSync((MixAll.brokerVIPChannel(this.clientConfig.isVipChannelEnabled(), addr)), request, timeoutMillis);
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.

多了一个括号

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

多了一个括号
已删除多余的括号

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Dec 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.91%. Comparing base (c6fc39a) to head (c5c21c4).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9950      +/-   ##
=============================================
- Coverage      48.96%   48.91%   -0.06%     
+ Complexity     13464    13452      -12     
=============================================
  Files           1375     1375              
  Lines         100450   100450              
  Branches       12973    12973              
=============================================
- Hits           49183    49131      -52     
- Misses         45268    45312      +44     
- Partials        5999     6007       +8     

☔ 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.

@qsrg qsrg closed this May 7, 2026
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.

[Enhancement] Use the same connection to send the heartbeat for keepalive

4 participants