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] Stats rework (1/3): Interfaces and implementations for individual tiers #13247

Merged

Rerunning gradle check

235c954
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] [Tiered Caching] Stats rework (1/3): Interfaces and implementations for individual tiers #13247

Rerunning gradle check
235c954
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 17, 2024 in 1s

92.70% of diff hit (target 71.28%)

View this Pull Request on Codecov

92.70% of diff hit (target 71.28%)

Annotations

Check warning on line 209 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#L209

Added line #L209 was not covered by tests

Check warning on line 537 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#L536-L537

Added lines #L536 - L537 were not covered by tests

Check warning on line 54 in server/src/main/java/org/opensearch/common/cache/ICacheKey.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/ICacheKey.java#L54

Added line #L54 was not covered by tests

Check warning on line 57 in server/src/main/java/org/opensearch/common/cache/ICacheKey.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/ICacheKey.java#L57

Added line #L57 was not covered by tests

Check warning on line 61 in server/src/main/java/org/opensearch/common/cache/ICacheKey.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/ICacheKey.java#L61

Added line #L61 was not covered by tests

Check warning on line 56 in server/src/main/java/org/opensearch/common/cache/serializer/ICacheKeySerializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/serializer/ICacheKeySerializer.java#L54-L56

Added lines #L54 - L56 were not covered by tests

Check warning on line 52 in server/src/main/java/org/opensearch/common/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/stats/CacheStats.java#L52

Added line #L52 was not covered by tests

Check warning on line 59 in server/src/main/java/org/opensearch/common/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/stats/CacheStats.java#L59

Added line #L59 was not covered by tests

Check warning on line 66 in server/src/main/java/org/opensearch/common/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/stats/CacheStats.java#L66

Added line #L66 was not covered by tests

Check warning on line 73 in server/src/main/java/org/opensearch/common/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/stats/CacheStats.java#L73

Added line #L73 was not covered by tests

Check warning on line 182 in server/src/main/java/org/opensearch/common/cache/stats/CacheStatsHolder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/stats/CacheStatsHolder.java#L182

Added line #L182 was not covered by tests

Check warning on line 101 in server/src/main/java/org/opensearch/common/cache/stats/ImmutableCacheStatsHolder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/stats/ImmutableCacheStatsHolder.java#L101

Added line #L101 was not covered by tests