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

Add support to dynamically resize threadpools size (#16236) #16330

Merged

Add support to dynamically resize threadpools size (#16236)

c2d8bcf
Select commit
Loading
Failed to load commit list.
Merged

Add support to dynamically resize threadpools size (#16236) #16330

Add support to dynamically resize threadpools size (#16236)
c2d8bcf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2024 in 0s

71.82% (target 70.00%)

View this Pull Request on Codecov

71.82% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 53.44828% with 27 lines in your changes missing coverage. Please review.

Project coverage is 71.82%. Comparing base (5947002) to head (c2d8bcf).
Report is 14 commits behind head on 2.x.

Files with missing lines Patch % Lines
...ain/java/org/opensearch/threadpool/ThreadPool.java 52.63% 25 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16330      +/-   ##
============================================
+ Coverage     71.74%   71.82%   +0.08%     
- Complexity    65022    65116      +94     
============================================
  Files          5302     5305       +3     
  Lines        303866   304040     +174     
  Branches      44192    44221      +29     
============================================
+ Hits         218012   218382     +370     
+ Misses        67648    67485     -163     
+ Partials      18206    18173      -33     

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