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 Store] Handoff refreshes, translog uploads during relocation from old to new primary #11330

Merged
merged 11 commits into from
Nov 28, 2023

Add more checks in testResumeUploadAfterFailedPrimaryRelocation IT

ea629f4
Select commit
Loading
Failed to load commit list.
Merged

[Remote Store] Handoff refreshes, translog uploads during relocation from old to new primary #11330

Add more checks in testResumeUploadAfterFailedPrimaryRelocation IT
ea629f4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2023 in 0s

71.29% (target 70.00%)

View this Pull Request on Codecov

71.29% (target 70.00%)

Details

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (ec5a0f9) 71.37% compared to head (ea629f4) 71.29%.
Report is 2 commits behind head on main.

Files Patch % Lines
...rg/opensearch/index/translog/RemoteFsTranslog.java 72.00% 3 Missing and 4 partials ⚠️
...search/index/shard/RemoteStoreRefreshListener.java 25.00% 0 Missing and 3 partials ⚠️
...ndex/shard/ReleasableRetryableRefreshListener.java 88.23% 0 Missing and 2 partials ⚠️
...in/java/org/opensearch/index/shard/IndexShard.java 90.90% 0 Missing and 1 partial ⚠️
...opensearch/index/translog/NoOpTranslogManager.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11330      +/-   ##
============================================
- Coverage     71.37%   71.29%   -0.08%     
- Complexity    58964    58983      +19     
============================================
  Files          4890     4890              
  Lines        277468   277501      +33     
  Branches      40313    40323      +10     
============================================
- Hits         198029   197853     -176     
- Misses        62945    63239     +294     
+ Partials      16494    16409      -85     

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