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] Enabling serialization for IndicesRequestCache key o… #10275

Merged
merged 23 commits into from
Jan 11, 2024

Merge branch 'main' into cache_key_serialization

d744da2
Select commit
Loading
Failed to load commit list.
Merged

[Tiered Caching] Enabling serialization for IndicesRequestCache key o… #10275

Merge branch 'main' into cache_key_serialization
d744da2
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Jan 11, 2024 in 0s

71.42% (target 70.00%)

View this Pull Request on Codecov

71.42% (target 70.00%)

Details

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (10be2ef) 71.38% compared to head (d744da2) 71.42%.
Report is 1 commits behind head on main.

Files Patch % Lines
...va/org/opensearch/indices/IndicesRequestCache.java 90.90% 0 Missing and 4 partials ⚠️
...common/lucene/index/OpenSearchDirectoryReader.java 94.11% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #10275      +/-   ##
============================================
+ Coverage     71.38%   71.42%   +0.03%     
- Complexity    59324    59383      +59     
============================================
  Files          4919     4919              
  Lines        278912   278953      +41     
  Branches      40543    40547       +4     
============================================
+ Hits         199111   199239     +128     
- Misses        63197    63227      +30     
+ Partials      16604    16487     -117     

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