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] Introducing cache plugins and exposing Ehcache as one of the pluggable disk cache option #11874

Merged
merged 25 commits into from
Mar 1, 2024

Fixing twice registration of same setting

081e269
Select commit
Loading
Failed to load commit list.
Merged

[Tiered caching] Introducing cache plugins and exposing Ehcache as one of the pluggable disk cache option #11874

Fixing twice registration of same setting
081e269
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 1, 2024 in 1s

82.20% of diff hit (target 71.37%)

View this Pull Request on Codecov

82.20% of diff hit (target 71.37%)

Annotations

Check warning on line 177 in modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCache.java#L175-L177

Added lines #L175 - L177 were not covered by tests

Check warning on line 245 in modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCache.java#L245

Added line #L245 was not covered by tests

Check warning on line 324 in modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCache.java#L323-L324

Added lines #L323 - L324 were not covered by tests

Check warning on line 46 in modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCachePlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCachePlugin.java#L46

Added line #L46 was not covered by tests

Check warning on line 49 in modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCachePlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCachePlugin.java#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 52 in modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCachePlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCachePlugin.java#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 55 in modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCachePlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCachePlugin.java#L55

Added line #L55 was not covered by tests

Check warning on line 43 in modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCacheSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/cache-common/src/main/java/org/opensearch/cache/common/tier/TieredSpilloverCacheSettings.java#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 49 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/EhcacheCachePlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/EhcacheCachePlugin.java#L46-L49

Added lines #L46 - L49 were not covered by tests

Check warning on line 54 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/EhcacheCachePlugin.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/EhcacheCachePlugin.java#L54

Added line #L54 was not covered by tests

Check warning on line 207 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/EhcacheDiskCacheSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/EhcacheDiskCacheSettings.java#L207

Added line #L207 was not covered by tests

Check warning on line 221 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/EhcacheDiskCacheSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/EhcacheDiskCacheSettings.java#L221

Added line #L221 was not covered by tests

Check warning on line 120 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L120

Added line #L120 was not covered by tests

Check warning on line 130 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L130

Added line #L130 was not covered by tests

Check warning on line 166 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L166

Added line #L166 was not covered by tests

Check warning on line 185 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L180-L185

Added lines #L180 - L185 were not covered by tests

Check warning on line 201 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L201

Added line #L201 was not covered by tests

Check warning on line 237 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L237

Added line #L237 was not covered by tests

Check warning on line 243 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L242-L243

Added lines #L242 - L243 were not covered by tests

Check warning on line 258 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L257-L258

Added lines #L257 - L258 were not covered by tests

Check warning on line 326 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L325-L326

Added lines #L325 - L326 were not covered by tests

Check warning on line 329 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L328-L329

Added lines #L328 - L329 were not covered by tests

Check warning on line 342 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L341-L342

Added lines #L341 - L342 were not covered by tests

Check warning on line 345 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L344-L345

Added lines #L344 - L345 were not covered by tests

Check warning on line 347 in plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/cache-ehcache/src/main/java/org/opensearch/cache/store/disk/EhcacheDiskCache.java#L347

Added line #L347 was not covered by tests