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 #7328] Convergent thread pool creation #7329

Merged
merged 8 commits into from
Sep 11, 2023

Conversation

guyinyou
Copy link
Contributor

@guyinyou guyinyou commented Sep 8, 2023

Convergence thread pool creation to facilitate subsequent iteration management

Which Issue(s) This PR Fixes

Fixes #7328

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link

codecov-commenter commented Sep 8, 2023

Codecov Report

Merging #7329 (e5bcb49) into develop (6fd0073) will decrease coverage by 0.03%.
The diff coverage is 70.23%.

@@              Coverage Diff              @@
##             develop    #7329      +/-   ##
=============================================
- Coverage      42.65%   42.62%   -0.03%     
+ Complexity      9466     9455      -11     
=============================================
  Files           1152     1150       -2     
  Lines          82726    82714      -12     
  Branches       10780    10780              
=============================================
- Hits           35286    35259      -27     
- Misses         43028    43036       +8     
- Partials        4412     4419       +7     
Files Changed Coverage Δ
...ketmq/broker/dledger/DLedgerRoleChangeHandler.java 0.00% <0.00%> (ø)
...rocketmq/common/config/AbstractRocksDBStorage.java 0.00% <0.00%> (ø)
...common/thread/FutureTaskExtThreadPoolExecutor.java 0.00% <ø> (ø)
...ache/rocketmq/common/thread/ThreadPoolMonitor.java 0.00% <0.00%> (ø)
.../org/apache/rocketmq/common/utils/ThreadUtils.java 0.00% <0.00%> (ø)
...ocketmq/proxy/remoting/RemotingProtocolServer.java 0.00% <0.00%> (ø)
.../rocketmq/proxy/service/ClusterServiceManager.java 0.00% <0.00%> (ø)
...he/rocketmq/proxy/service/LocalServiceManager.java 0.00% <0.00%> (ø)
...apache/rocketmq/store/queue/ConsumeQueueStore.java 47.63% <0.00%> (ø)
...n/java/org/apache/rocketmq/test/util/StatUtil.java 15.49% <ø> (ø)
... and 27 more

... and 16 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

📢 Have feedback on the report? Share it here.

@RongtongJin RongtongJin merged commit c100d81 into apache:develop Sep 11, 2023
10 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] Convergent thread pool creation
3 participants