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 changes to block calls in cat shards, indices and segments based … #16235

Merged
merged 1 commit into from
Oct 9, 2024

Add changes to block calls in cat shards, indices and segments based …

5730ea5
Select commit
Loading
Failed to load commit list.
Merged

Add changes to block calls in cat shards, indices and segments based … #16235

Add changes to block calls in cat shards, indices and segments based …
5730ea5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 8, 2024 in 0s

71.68% (target 70.00%)

View this Pull Request on Codecov

71.68% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 53.84615% with 54 lines in your changes missing coverage. Please review.

Project coverage is 71.68%. Comparing base (704e498) to head (5730ea5).
Report is 4 commits behind head on 2.x.

Files with missing lines Patch % Lines
...common/breaker/ResponseLimitBreachedException.java 0.00% 18 Missing ⚠️
...admin/cluster/shards/TransportCatShardsAction.java 11.11% 8 Missing ⚠️
.../opensearch/rest/action/cat/RestIndicesAction.java 30.00% 7 Missing ⚠️
...opensearch/rest/action/cat/RestSegmentsAction.java 30.00% 7 Missing ⚠️
...ensearch/common/breaker/ResponseLimitSettings.java 88.88% 3 Missing and 3 partials ⚠️
.../action/admin/cluster/shards/CatShardsRequest.java 0.00% 4 Missing ⚠️
...g/opensearch/rest/action/cat/RestShardsAction.java 0.00% 2 Missing ⚠️
.../opensearch/rest/action/cat/AbstractCatAction.java 0.00% 1 Missing ⚠️
...search/rest/action/list/RestIndicesListAction.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16235      +/-   ##
============================================
- Coverage     71.72%   71.68%   -0.05%     
- Complexity    64773    64930     +157     
============================================
  Files          5284     5295      +11     
  Lines        303053   303565     +512     
  Branches      44086    44152      +66     
============================================
+ Hits         217372   217616     +244     
- Misses        67457    67821     +364     
+ Partials      18224    18128      -96     

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