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] [Tiered Caching] Segmented cache changes #16229

Merged

Fixing compatilbility test

693ced8
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] [Tiered Caching] Segmented cache changes #16229

Fixing compatilbility test
693ced8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 8, 2024 in 0s

71.80% (target 70.00%)

View this Pull Request on Codecov

71.80% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 92.53333% with 28 lines in your changes missing coverage. Please review.

Project coverage is 71.80%. Comparing base (704e498) to head (693ced8).
Report is 6 commits behind head on 2.x.

Files with missing lines Patch % Lines
...search/cache/common/tier/TieredSpilloverCache.java 93.21% 13 Missing and 6 partials ⚠️
.../opensearch/cache/store/disk/EhcacheDiskCache.java 75.00% 3 Missing and 3 partials ⚠️
...ache/common/tier/TieredSpilloverCacheSettings.java 87.50% 1 Missing and 1 partial ⚠️
...c/main/java/org/opensearch/common/cache/Cache.java 92.30% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16229      +/-   ##
============================================
+ Coverage     71.72%   71.80%   +0.08%     
- Complexity    64773    64974     +201     
============================================
  Files          5284     5293       +9     
  Lines        303053   303634     +581     
  Branches      44086    44166      +80     
============================================
+ Hits         217372   218038     +666     
+ Misses        67457    67400      -57     
+ Partials      18224    18196      -28     

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