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] Integrating IndicesRequestCache with CacheService controlled by a feature flag #12600

Merged
merged 3 commits into from
Mar 14, 2024

Merge branch '2.x' into backport/backport-12533-to-2.x

fd9cd07
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] [Tiered caching] Integrating IndicesRequestCache with CacheService controlled by a feature flag #12600

Merge branch '2.x' into backport/backport-12533-to-2.x
fd9cd07
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 14, 2024 in 1s

71.22% (target 70.00%)

View this Pull Request on Codecov

71.22% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.22%. Comparing base (0dd892c) to head (fd9cd07).
Report is 22 commits behind head on 2.x.

Files Patch % Lines
.../opensearch/common/cache/service/CacheService.java 50.00% 0 Missing and 1 partial ⚠️
...arch/common/cache/store/OpenSearchOnHeapCache.java 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #12600      +/-   ##
============================================
- Coverage     71.28%   71.22%   -0.06%     
- Complexity    60145    60179      +34     
============================================
  Files          4957     4958       +1     
  Lines        282799   282992     +193     
  Branches      41409    41436      +27     
============================================
- Hits         201591   201571      -20     
- Misses        64189    64391     +202     
- Partials      17019    17030      +11     

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