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.x] Fix for reroute operation during node-left #16507

Merged
merged 1 commit into from
Nov 2, 2024

using the routing allocation to cancel existing recoveries (#16468)

7f1c0cc
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fix for reroute operation during node-left #16507

using the routing allocation to cancel existing recoveries (#16468)
7f1c0cc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 2, 2024 in 0s

71.86% (target 70.00%)

View this Pull Request on Codecov

71.86% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 77.77778% with 4 lines in your changes missing coverage. Please review.

Project coverage is 71.86%. Comparing base (c26a49e) to head (7f1c0cc).
Report is 11 commits behind head on 2.x.

Files with missing lines Patch % Lines
...opensearch/gateway/ReplicaShardBatchAllocator.java 76.92% 2 Missing and 1 partial ⚠️
...a/org/opensearch/gateway/AsyncShardBatchFetch.java 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16507      +/-   ##
============================================
+ Coverage     71.83%   71.86%   +0.03%     
- Complexity    65318    65404      +86     
============================================
  Files          5312     5312              
  Lines        304985   305002      +17     
  Branches      44436    44439       +3     
============================================
+ Hits         219079   219188     +109     
+ Misses        67609    67516      -93     
- Partials      18297    18298       +1     

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