sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.16k forks source link

Feat/threadpool ext #1383

Closed Lo1nt closed 5 months ago

Lo1nt commented 6 months ago

Motivation:

Modification:

Describe the idea and modifications you've done.

Result:

codecov[bot] commented 6 months ago

Codecov Report

Attention: 38 lines in your changes are missing coverage. Please review.

Comparison is base (42d19b1) 72.00% compared to head (c6019d2) 71.98%. Report is 1 commits behind head on master.

Files Patch % Lines
...va/com/alipay/sofa/rpc/server/bolt/BoltServer.java 53.06% 16 Missing and 7 partials :warning:
.../sofa/rpc/dynamic/DynamicConfigManagerFactory.java 0.00% 6 Missing :warning:
...ava/com/alipay/sofa/rpc/server/UserThreadPool.java 75.00% 2 Missing and 2 partials :warning:
...sofa/rpc/common/threadpool/ThreadPoolConstant.java 0.00% 1 Missing :warning:
...threadpool/extension/VirtualThreadPoolFactory.java 50.00% 1 Missing :warning:
.../alipay/sofa/rpc/server/UserVirtualThreadPool.java 83.33% 1 Missing :warning:
...a/com/alipay/sofa/rpc/event/LookoutSubscriber.java 66.66% 0 Missing and 1 partial :warning:
...ipay/sofa/rpc/server/bolt/BoltServerProcessor.java 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1383 +/- ## ============================================ - Coverage 72.00% 71.98% -0.02% - Complexity 784 785 +1 ============================================ Files 417 421 +4 Lines 17709 17782 +73 Branches 2760 2770 +10 ============================================ + Hits 12751 12801 +50 - Misses 3553 3566 +13 - Partials 1405 1415 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.