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

Remove cap of processors on remote store related threadpools #11432

Merged
merged 1 commit into from
Dec 7, 2023

Removing cap of processors on remote store related threadpools

51bc819
Select commit
Loading
Failed to load commit list.
Merged

Remove cap of processors on remote store related threadpools #11432

Removing cap of processors on remote store related threadpools
51bc819
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 1, 2023 in 0s

71.33% (target 70.00%)

View this Pull Request on Codecov

71.33% (target 70.00%)

Details

Codecov Report

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

Comparison is base (21c0597) 71.28% compared to head (51bc819) 71.33%.
Report is 3 commits behind head on main.

Files Patch % Lines
...va/org/opensearch/repositories/s3/S3BlobStore.java 50.00% 3 Missing ⚠️
...a/org/opensearch/repositories/s3/S3Repository.java 50.00% 2 Missing ⚠️
...ch/repositories/s3/async/AsyncTransferManager.java 75.00% 1 Missing and 1 partial ⚠️
...s/replication/SegmentReplicationTargetService.java 92.85% 0 Missing and 2 partials ⚠️
...rg/opensearch/repositories/s3/S3BlobContainer.java 96.55% 0 Missing and 1 partial ⚠️
...earch/repositories/s3/async/AsyncPartsHandler.java 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11432      +/-   ##
============================================
+ Coverage     71.28%   71.33%   +0.05%     
- Complexity    59033    59070      +37     
============================================
  Files          4893     4893              
  Lines        277753   277832      +79     
  Branches      40357    40367      +10     
============================================
+ Hits         197989   198194     +205     
+ Misses        63288    63120     -168     
- Partials      16476    16518      +42     

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