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

[Backport 2.x] Restore snapshot changes for shallow snapshot V2 (#15462) #15613

Closed

Avoid backward incompatible change

1c55ad7
Select commit
Loading
Failed to load commit list.
Closed

[Backport 2.x] Restore snapshot changes for shallow snapshot V2 (#15462) #15613

Avoid backward incompatible change
1c55ad7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 6, 2024 in 0s

71.63% (target 70.00%)

View this Pull Request on Codecov

71.63% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 31.14754% with 126 lines in your changes missing coverage. Please review.

Project coverage is 71.63%. Comparing base (dcdc4d2) to head (1c55ad7).
Report is 12 commits behind head on 2.x.

Files with missing lines Patch % Lines
...java/org/opensearch/index/shard/StoreRecovery.java 0.00% 61 Missing ⚠️
...in/java/org/opensearch/index/shard/IndexShard.java 26.47% 20 Missing and 5 partials ⚠️
...ch/repositories/blobstore/BlobStoreRepository.java 22.22% 11 Missing and 3 partials ⚠️
...org/opensearch/cluster/routing/RecoverySource.java 52.38% 6 Missing and 4 partials ⚠️
...ster/snapshots/restore/RestoreSnapshotRequest.java 33.33% 3 Missing and 5 partials ⚠️
...rg/opensearch/index/translog/RemoteFsTranslog.java 25.00% 1 Missing and 2 partials ⚠️
.../org/opensearch/index/translog/TranslogConfig.java 50.00% 2 Missing ⚠️
...search/snapshots/InternalSnapshotsInfoService.java 84.61% 1 Missing and 1 partial ⚠️
...n/java/org/opensearch/repositories/Repository.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15613      +/-   ##
============================================
+ Coverage     71.55%   71.63%   +0.08%     
- Complexity    64312    64414     +102     
============================================
  Files          5262     5263       +1     
  Lines        301279   301528     +249     
  Branches      43861    43903      +42     
============================================
+ Hits         215574   215999     +425     
+ Misses        67703    67447     -256     
- Partials      18002    18082      +80     

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