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

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

Merged
merged 35 commits into from
Jul 24, 2024

Fix spotless

e83db71
Select commit
Loading
Failed to load commit list.
Merged

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

Fix spotless
e83db71
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 23, 2024 in 1s

71.76% (target 70.00%)

View this Pull Request on Codecov

71.76% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 54.68750% with 29 lines in your changes missing coverage. Please review.

Project coverage is 71.76%. Comparing base (6b8b3ef) to head (e83db71).
Report is 52 commits behind head on main.

Files Patch % Lines
...pensearch/gateway/ShardsBatchGatewayAllocator.java 28.57% 20 Missing ⚠️
...er/routing/allocation/ExistingShardsAllocator.java 0.00% 6 Missing ⚠️
.../cluster/routing/allocation/AllocationService.java 0.00% 2 Missing ⚠️
.../opensearch/common/util/BatchRunnableExecutor.java 94.73% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14848      +/-   ##
============================================
- Coverage     71.82%   71.76%   -0.06%     
+ Complexity    62467    62446      -21     
============================================
  Files          5149     5150       +1     
  Lines        293396   293449      +53     
  Branches      42392    42397       +5     
============================================
- Hits         210725   210604     -121     
- Misses        65245    65464     +219     
+ Partials      17426    17381      -45     

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