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

Add support to create empty local translog if remote translog is empty #10854

Closed

Change to forceAllocate

2e3fbfd
Select commit
Loading
Failed to load commit list.
Closed

Add support to create empty local translog if remote translog is empty #10854

Change to forceAllocate
2e3fbfd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 8, 2024 in 1s

71.32% (target 70.00%)

View this Pull Request on Codecov

71.32% (target 70.00%)

Details

Codecov Report

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

Comparison is base (8f13dee) 71.25% compared to head (2e3fbfd) 71.32%.
Report is 348 commits behind head on main.

Files Patch % Lines
...org/opensearch/cluster/routing/RecoverySource.java 33.33% 7 Missing and 5 partials ⚠️
...java/org/opensearch/index/shard/StoreRecovery.java 11.11% 4 Missing and 4 partials ⚠️
...remotestore/restore/RestoreRemoteStoreRequest.java 44.44% 3 Missing and 2 partials ⚠️
...arch/index/recovery/RemoteStoreRestoreService.java 0.00% 5 Missing ⚠️
...on/admin/cluster/RestRestoreRemoteStoreAction.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #10854      +/-   ##
============================================
+ Coverage     71.25%   71.32%   +0.06%     
- Complexity    58684    58749      +65     
============================================
  Files          4869     4869              
  Lines        276512   276520       +8     
  Branches      40204    40212       +8     
============================================
+ Hits         197030   197228     +198     
+ Misses        63020    62813     -207     
- Partials      16462    16479      +17     

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