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

Bugfix in snapshot V2 restore flow #16332

Merged
merged 2 commits into from
Oct 16, 2024

Do not delete last metadata file when pinned timestamps is enabled

261428a
Select commit
Loading
Failed to load commit list.
Merged

Bugfix in snapshot V2 restore flow #16332

Do not delete last metadata file when pinned timestamps is enabled
261428a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2024 in 1s

71.98% (target 70.00%)

View this Pull Request on Codecov

71.98% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 71.98%. Comparing base (35c366d) to head (261428a).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...index/translog/RemoteFsTimestampAwareTranslog.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16332      +/-   ##
============================================
- Coverage     72.10%   71.98%   -0.13%     
+ Complexity    64862    64793      -69     
============================================
  Files          5307     5307              
  Lines        302606   302612       +6     
  Branches      43717    43719       +2     
============================================
- Hits         218208   217827     -381     
- Misses        66541    66939     +398     
+ Partials      17857    17846      -11     

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