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

Limit RW separation to remote store enabled clusters and update recovery flow #16760

Merged
merged 15 commits into from
Jan 10, 2025

Merge branch 'main' into recoveryFixes

1c95833
Select commit
Loading
Failed to load commit list.
Merged

Limit RW separation to remote store enabled clusters and update recovery flow #16760

Merge branch 'main' into recoveryFixes
1c95833
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 10, 2025 in 0s

72.10% (target 70.00%)

View this Pull Request on Codecov

72.10% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 69.35484% with 19 lines in your changes missing coverage. Please review.

Project coverage is 72.10%. Comparing base (f6dc4a6) to head (1c95833).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...in/java/org/opensearch/index/shard/IndexShard.java 44.44% 2 Missing and 3 partials ⚠️
...search/cluster/routing/IndexShardRoutingTable.java 42.85% 2 Missing and 2 partials ⚠️
.../opensearch/cluster/routing/IndexRoutingTable.java 78.57% 2 Missing and 1 partial ⚠️
...llocation/decider/ThrottlingAllocationDecider.java 84.61% 0 Missing and 2 partials ⚠️
...a/org/opensearch/cluster/routing/ShardRouting.java 66.66% 0 Missing and 1 partial ⚠️
...uster/routing/allocation/IndexMetadataUpdater.java 75.00% 0 Missing and 1 partial ⚠️
...org/opensearch/index/seqno/ReplicationTracker.java 0.00% 0 Missing and 1 partial ⚠️
...a/org/opensearch/index/shard/ReplicationGroup.java 50.00% 0 Missing and 1 partial ⚠️
...java/org/opensearch/index/shard/StoreRecovery.java 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16760      +/-   ##
============================================
- Coverage     72.17%   72.10%   -0.08%     
+ Complexity    65251    65197      -54     
============================================
  Files          5301     5301              
  Lines        303662   303723      +61     
  Branches      43989    44006      +17     
============================================
- Hits         219181   218994     -187     
- Misses        66552    66730     +178     
- Partials      17929    17999      +70     

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