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

[RW Separation] Add polling segment replication for search replicas #15627

Merged
merged 8 commits into from
Sep 5, 2024

Merge branch 'main' into polling-2

c6ddf1b
Select commit
Loading
Failed to load commit list.
Merged

[RW Separation] Add polling segment replication for search replicas #15627

Merge branch 'main' into polling-2
c6ddf1b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 5, 2024 in 0s

71.96% (target 70.00%)

View this Pull Request on Codecov

71.96% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 76.92308% with 12 lines in your changes missing coverage. Please review.

Project coverage is 71.96%. Comparing base (729e40d) to head (c6ddf1b).

Files with missing lines Patch % Lines
...c/main/java/org/opensearch/index/IndexService.java 69.23% 6 Missing and 2 partials ⚠️
...rc/main/java/org/opensearch/index/IndexModule.java 0.00% 2 Missing ⚠️
...org/opensearch/index/seqno/ReplicationTracker.java 75.00% 0 Missing and 1 partial ⚠️
...nsearch/indices/replication/SegmentReplicator.java 93.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main   #15627   +/-   ##
=========================================
  Coverage     71.95%   71.96%           
- Complexity    64192    64241   +49     
=========================================
  Files          5270     5270           
  Lines        300052   300100   +48     
  Branches      43368    43374    +6     
=========================================
+ Hits         215917   215961   +44     
+ Misses        66442    66427   -15     
- Partials      17693    17712   +19     

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