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

[Writable Warm] Composite Directory implementation and integrating it with FileCache #12782

Merged
merged 22 commits into from
Jun 20, 2024

Minor precommit fixes

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

[Writable Warm] Composite Directory implementation and integrating it with FileCache #12782

Minor precommit fixes
901849b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 20, 2024 in 0s

71.74% (target 70.00%)

View this Pull Request on Codecov

71.74% (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.74%. Comparing base (b15cb0c) to head (901849b).
Report is 459 commits behind head on main.

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              @@
##               main   #12782      +/-   ##
============================================
+ Coverage     71.42%   71.74%   +0.32%     
- Complexity    59978    62202    +2224     
============================================
  Files          4985     5124     +139     
  Lines        282275   292248    +9973     
  Branches      40946    42233    +1287     
============================================
+ Hits         201603   209687    +8084     
- Misses        63999    65327    +1328     
- Partials      16673    17234     +561     

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