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

Integrate local recovery with remote store seeding during migration #12922

Merged

Remove redundant null check

d28f6da
Select commit
Loading
Failed to load commit list.
Merged

Integrate local recovery with remote store seeding during migration #12922

Remove redundant null check
d28f6da
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 25, 2024 in 1s

71.34% (target 70.00%)

View this Pull Request on Codecov

71.34% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.34%. Comparing base (b15cb0c) to head (d28f6da).
Report is 218 commits behind head on main.

Files Patch % Lines
...java/org/opensearch/index/shard/StoreRecovery.java 0.00% 6 Missing and 1 partial ⚠️
...rg/opensearch/index/translog/RemoteFsTranslog.java 66.66% 1 Missing and 1 partial ⚠️
...c/main/java/org/opensearch/index/IndexService.java 0.00% 1 Missing ⚠️
...org/opensearch/index/seqno/ReplicationTracker.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12922      +/-   ##
============================================
- Coverage     71.42%   71.34%   -0.08%     
- Complexity    59978    60653     +675     
============================================
  Files          4985     5044      +59     
  Lines        282275   285711    +3436     
  Branches      40946    41373     +427     
============================================
+ Hits         201603   203833    +2230     
- Misses        63999    65022    +1023     
- Partials      16673    16856     +183     

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