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 skip pinned timestamp in remote segment garbage collector #15017

Merged
merged 6 commits into from
Aug 27, 2024

Address PR comments

f103f01
Select commit
Loading
Failed to load commit list.
Merged

Add support to skip pinned timestamp in remote segment garbage collector #15017

Address PR comments
f103f01
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 27, 2024 in 1s

71.93% (target 70.00%)

View this Pull Request on Codecov

71.93% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 81.08108% with 7 lines in your changes missing coverage. Please review.

Project coverage is 71.93%. Comparing base (9014894) to head (f103f01).
Report is 7 commits behind head on main.

Files Patch % Lines
...earch/index/store/RemoteSegmentStoreDirectory.java 76.66% 4 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15017      +/-   ##
============================================
- Coverage     71.96%   71.93%   -0.04%     
+ Complexity    63319    63280      -39     
============================================
  Files          5224     5224              
  Lines        296138   296167      +29     
  Branches      42777    42781       +4     
============================================
- Hits         213110   213042      -68     
- Misses        65546    65628      +82     
- Partials      17482    17497      +15     

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