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

Initial commit to support a search only replica for RW separation. #15410

Merged
merged 13 commits into from
Aug 30, 2024

spotless

2207a10
Select commit
Loading
Failed to load commit list.
Merged

Initial commit to support a search only replica for RW separation. #15410

spotless
2207a10
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 30, 2024 in 0s

71.88% (target 70.00%)

View this Pull Request on Codecov

71.88% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 78.87324% with 30 lines in your changes missing coverage. Please review.

Project coverage is 71.88%. Comparing base (1d5082e) to head (2207a10).

Files with missing lines Patch % Lines
.../opensearch/cluster/routing/IndexRoutingTable.java 84.61% 2 Missing and 4 partials ⚠️
...a/org/opensearch/cluster/routing/ShardRouting.java 71.42% 3 Missing and 3 partials ⚠️
...a/org/opensearch/cluster/routing/RoutingTable.java 76.19% 2 Missing and 3 partials ⚠️
...a/org/opensearch/cluster/routing/RoutingNodes.java 0.00% 0 Missing and 4 partials ⚠️
...java/org/opensearch/cluster/metadata/Metadata.java 66.66% 1 Missing and 1 partial ⚠️
...h/cluster/metadata/MetadataCreateIndexService.java 77.77% 0 Missing and 2 partials ⚠️
...luster/metadata/MetadataUpdateSettingsService.java 91.30% 0 Missing and 2 partials ⚠️
...g/opensearch/rest/action/cat/RestShardsAction.java 33.33% 1 Missing and 1 partial ⚠️
...s/replication/SegmentReplicationTargetService.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15410      +/-   ##
============================================
- Coverage     72.01%   71.88%   -0.14%     
+ Complexity    63603    63575      -28     
============================================
  Files          5247     5247              
  Lines        297186   297308     +122     
  Branches      42939    42977      +38     
============================================
- Hits         214023   213714     -309     
- Misses        65610    66007     +397     
- Partials      17553    17587      +34     

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