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

[Tiered Caching] Cache tier policies #12542

Merged
merged 24 commits into from
Mar 15, 2024

javadocs

895449b
Select commit
Loading
Failed to load commit list.
Merged

[Tiered Caching] Cache tier policies #12542

javadocs
895449b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 15, 2024 in 0s

71.44% (target 70.00%)

View this Pull Request on Codecov

71.44% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 91.54930% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 71.44%. Comparing base (b15cb0c) to head (895449b).
Report is 38 commits behind head on main.

Files Patch % Lines
.../cache/common/tier/TieredSpilloverCachePlugin.java 0.00% 3 Missing ⚠️
...va/org/opensearch/indices/IndicesRequestCache.java 25.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12542      +/-   ##
============================================
+ Coverage     71.42%   71.44%   +0.02%     
- Complexity    59978    60116     +138     
============================================
  Files          4985     4992       +7     
  Lines        282275   282722     +447     
  Branches      40946    41003      +57     
============================================
+ Hits         201603   201982     +379     
+ Misses        63999    63969      -30     
- Partials      16673    16771      +98     

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