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

Optimize UserThreadPoolManager #1390

Merged

optimize UserThreadPoolManager

4494257
Select commit
Loading
Failed to load commit list.
Merged

Optimize UserThreadPoolManager #1390

optimize UserThreadPoolManager
4494257
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 19, 2024 in 0s

72.01% (-0.04%) compared to 9faa8b8

View this Pull Request on Codecov

72.01% (-0.04%) compared to 9faa8b8

Details

Codecov Report

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

Comparison is base (9faa8b8) 72.04% compared to head (4494257) 72.01%.
Report is 4 commits behind head on master.

Files Patch % Lines
...va/com/alipay/sofa/rpc/server/bolt/BoltServer.java 53.06% 16 Missing and 7 partials ⚠️
.../sofa/rpc/dynamic/DynamicConfigManagerFactory.java 0.00% 6 Missing ⚠️
...ava/com/alipay/sofa/rpc/server/UserThreadPool.java 75.00% 2 Missing and 2 partials ⚠️
...ipay/sofa/rpc/codec/jackson/JacksonSerializer.java 93.54% 0 Missing and 2 partials ⚠️
...ipay/sofa/rpc/codec/jackson/JacksonConfigKeys.java 88.88% 1 Missing ⚠️
...sofa/rpc/common/threadpool/ThreadPoolConstant.java 0.00% 1 Missing ⚠️
...threadpool/extension/VirtualThreadPoolFactory.java 50.00% 1 Missing ⚠️
.../alipay/sofa/rpc/server/UserVirtualThreadPool.java 83.33% 1 Missing ⚠️
...a/com/alipay/sofa/rpc/event/LookoutSubscriber.java 66.66% 0 Missing and 1 partial ⚠️
...ipay/sofa/rpc/server/bolt/BoltServerProcessor.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1390      +/-   ##
============================================
- Coverage     72.04%   72.01%   -0.04%     
- Complexity      785      792       +7     
============================================
  Files           417      422       +5     
  Lines         17709    17804      +95     
  Branches       2760     2769       +9     
============================================
+ Hits          12759    12821      +62     
- Misses         3546     3567      +21     
- Partials       1404     1416      +12     

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