Skip to content

[ISSUE #9847] Reduce lock contention on the HandleData object to prevent threads from hanging#9848

Merged
lollipopjin merged 4 commits intoapache:developfrom
qianye1001:issue-9847
Nov 14, 2025
Merged

[ISSUE #9847] Reduce lock contention on the HandleData object to prevent threads from hanging#9848
lollipopjin merged 4 commits intoapache:developfrom
qianye1001:issue-9847

Conversation

@qianye1001
Copy link
Copy Markdown
Contributor

Change-Id: I9f233816eb3720505f0389369da0267c2d47beed

Which Issue(s) This PR Fixes

Fixes #9847

Brief Description

How Did You Test This Change?

Change-Id: I9f233816eb3720505f0389369da0267c2d47beed
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Nov 12, 2025

Codecov Report

❌ Patch coverage is 84.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.28%. Comparing base (7a1a950) to head (bd88552).
⚠️ Report is 4 commits behind head on develop.

Files with missing lines Patch % Lines
.../org/apache/rocketmq/proxy/config/ProxyConfig.java 50.00% 2 Missing ⚠️
...y/service/receipt/DefaultReceiptHandleManager.java 83.33% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9848      +/-   ##
=============================================
- Coverage      48.32%   48.28%   -0.04%     
+ Complexity     12250    12248       -2     
=============================================
  Files           1314     1314              
  Lines          93785    93884      +99     
  Branches       12033    12044      +11     
=============================================
+ Hits           45322    45335      +13     
- Misses         42856    42922      +66     
- Partials        5607     5627      +20     

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

fuyou001
fuyou001 previously approved these changes Nov 12, 2025
Change-Id: I6ab637429dbdbbb54878dde1d0592cc941d7ce33
Change-Id: Ie9bc0f3a61664a5883a9e88b5b10d41f2ad0f11a
Change-Id: I0ce7c02484a2e02cda85f04d9fe430e8cddd5e60
Copy link
Copy Markdown
Contributor

@lollipopjin lollipopjin left a comment

Choose a reason for hiding this comment

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

LGTM

@lollipopjin lollipopjin merged commit 9c3e7fe into apache:develop Nov 14, 2025
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.

[Enhancement] Reduce lock contention on the HandleData object to prevent threads from hanging

5 participants