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

[Remote Migration] Changes for Primary Relocation during migration #12494

Merged
merged 14 commits into from
Mar 21, 2024

Changing wait period for sync to 30 sec from 1 min

5601758
Select commit
Loading
Failed to load commit list.
Merged

[Remote Migration] Changes for Primary Relocation during migration #12494

Changing wait period for sync to 30 sec from 1 min
5601758
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 21, 2024 in 1s

71.45% (target 70.00%)

View this Pull Request on Codecov

71.45% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.45%. Comparing base (b15cb0c) to head (5601758).
Report is 66 commits behind head on main.

Files Patch % Lines
...in/java/org/opensearch/index/shard/IndexShard.java 33.33% 37 Missing and 23 partials ⚠️
...c/main/java/org/opensearch/index/IndexService.java 30.76% 8 Missing and 1 partial ⚠️
...rg/opensearch/indices/recovery/RecoveryTarget.java 33.33% 5 Missing and 1 partial ⚠️
...earch/index/SegmentReplicationPressureService.java 0.00% 1 Missing and 4 partials ⚠️
...in/java/org/opensearch/indices/IndicesService.java 16.66% 3 Missing and 2 partials ⚠️
...org/opensearch/index/seqno/ReplicationTracker.java 20.00% 0 Missing and 4 partials ⚠️
...s/replication/SegmentReplicationSourceService.java 33.33% 1 Missing and 3 partials ⚠️
...s/replication/SegmentReplicationTargetService.java 50.00% 0 Missing and 4 partials ⚠️
...java/org/opensearch/index/shard/StoreRecovery.java 0.00% 3 Missing ⚠️
...rc/main/java/org/opensearch/index/store/Store.java 0.00% 0 Missing and 2 partials ⚠️
... and 11 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12494      +/-   ##
============================================
+ Coverage     71.42%   71.45%   +0.03%     
- Complexity    59978    60255     +277     
============================================
  Files          4985     5011      +26     
  Lines        282275   283638    +1363     
  Branches      40946    41116     +170     
============================================
+ Hits         201603   202677    +1074     
- Misses        63999    64115     +116     
- Partials      16673    16846     +173     

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