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] [Writable Warm] Composite Directory implementation and integrating it with FileCache #14489

Merged
merged 2 commits into from
Jun 24, 2024

Fix Writable Warm test for feature flag disabled condition by changin…

e6c3b57
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] [Writable Warm] Composite Directory implementation and integrating it with FileCache #14489

Fix Writable Warm test for feature flag disabled condition by changin…
e6c3b57
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 24, 2024 in 0s

71.25% (target 70.00%)

View this Pull Request on Codecov

71.25% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.17241% with 72 lines in your changes missing coverage. Please review.

Project coverage is 71.25%. Comparing base (0dd892c) to head (e6c3b57).
Report is 412 commits behind head on 2.x.

Files Patch % Lines
...org/opensearch/index/store/CompositeDirectory.java 81.48% 13 Missing and 7 partials ⚠️
...earch/index/store/remote/utils/cache/LRUCache.java 33.33% 10 Missing ⚠️
...c/main/java/org/opensearch/index/IndexService.java 36.36% 6 Missing and 1 partial ⚠️
...index/store/remote/utils/cache/SegmentedCache.java 14.28% 6 Missing ⚠️
...search/index/store/remote/filecache/FileCache.java 16.66% 5 Missing ⚠️
...ore/remote/filecache/FullFileCachedIndexInput.java 85.71% 4 Missing and 1 partial ⚠️
...search/index/store/remote/utils/FileTypeUtils.java 33.33% 4 Missing ⚠️
server/src/main/java/org/opensearch/node/Node.java 50.00% 0 Missing and 3 partials ⚠️
...rc/main/java/org/opensearch/index/IndexModule.java 89.47% 1 Missing and 1 partial ⚠️
...search/index/shard/RemoteStoreRefreshListener.java 33.33% 1 Missing and 1 partial ⚠️
... and 6 more
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #14489      +/-   ##
============================================
- Coverage     71.28%   71.25%   -0.04%     
- Complexity    60145    62141    +1996     
============================================
  Files          4957     5101     +144     
  Lines        282799   293006   +10207     
  Branches      41409    42700    +1291     
============================================
+ Hits         201591   208772    +7181     
- Misses        64189    66654    +2465     
- Partials      17019    17580     +561     

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