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

Prefer remote replicas for primary promotion during migration #13136

Merged
merged 3 commits into from
Apr 23, 2024

Address comments

3a25b08
Select commit
Loading
Failed to load commit list.
Merged

Prefer remote replicas for primary promotion during migration #13136

Address comments
3a25b08
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 22, 2024 in 0s

71.54% (target 70.00%)

View this Pull Request on Codecov

71.54% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 78.57143% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 71.54%. Comparing base (b15cb0c) to head (3a25b08).
Report is 199 commits behind head on main.

Files Patch % Lines
...a/org/opensearch/cluster/routing/RoutingNodes.java 81.81% 0 Missing and 2 partials ⚠️
...earch/node/remotestore/RemoteStoreNodeService.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13136      +/-   ##
============================================
+ Coverage     71.42%   71.54%   +0.12%     
- Complexity    59978    60714     +736     
============================================
  Files          4985     5039      +54     
  Lines        282275   285446    +3171     
  Branches      40946    41342     +396     
============================================
+ Hits         201603   204234    +2631     
- Misses        63999    64297     +298     
- Partials      16673    16915     +242     

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