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

[Backport 2.16] Make reroute iteration time-bound for large shard allocations #14954

Merged
merged 1 commit into from
Jul 24, 2024

Make reroute iteration time-bound for large shard allocations (#14848)

29ed822
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.16] Make reroute iteration time-bound for large shard allocations #14954

Make reroute iteration time-bound for large shard allocations (#14848)
29ed822
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 24, 2024 in 0s

71.61% (target 70.00%)

View this Pull Request on Codecov

71.61% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 74.24242% with 17 lines in your changes missing coverage. Please review.

Project coverage is 71.61%. Comparing base (06698dd) to head (29ed822).
Report is 3 commits behind head on 2.16.

Files Patch % Lines
...pensearch/gateway/ShardsBatchGatewayAllocator.java 50.00% 14 Missing ⚠️
.../cluster/routing/allocation/AllocationService.java 0.00% 2 Missing ⚠️
.../opensearch/common/util/BatchRunnableExecutor.java 95.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               2.16   #14954      +/-   ##
============================================
+ Coverage     71.49%   71.61%   +0.11%     
- Complexity    62676    62738      +62     
============================================
  Files          5120     5121       +1     
  Lines        294258   294312      +54     
  Branches      42880    42886       +6     
============================================
+ Hits         210392   210766     +374     
+ Misses        66248    65871     -377     
- Partials      17618    17675      +57     

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