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] Framework changes #10753

Merged
merged 23 commits into from
Jan 9, 2024

Fixing javadoc warnings

5ace3a7
Select commit
Loading
Failed to load commit list.
Merged

[Tiered caching] Framework changes #10753

Fixing javadoc warnings
5ace3a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 7, 2023 in 1s

92.03% of diff hit (target 71.40%)

View this Pull Request on Codecov

92.03% of diff hit (target 71.40%)

Annotations

Check warning on line 489 in server/src/main/java/org/opensearch/common/cache/Cache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/Cache.java#L488-L489

Added lines #L488 - L489 were not covered by tests

Check warning on line 492 in server/src/main/java/org/opensearch/common/cache/Cache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/Cache.java#L491-L492

Added lines #L491 - L492 were not covered by tests

Check warning on line 44 in server/src/main/java/org/opensearch/common/cache/tier/CachingTier.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/tier/CachingTier.java#L44

Added line #L44 was not covered by tests

Check warning on line 38 in server/src/main/java/org/opensearch/common/cache/tier/OpenSearchOnHeapCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/tier/OpenSearchOnHeapCache.java#L38

Added line #L38 was not covered by tests

Check warning on line 76 in server/src/main/java/org/opensearch/common/cache/tier/OpenSearchOnHeapCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/tier/OpenSearchOnHeapCache.java#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 80 in server/src/main/java/org/opensearch/common/cache/tier/OpenSearchOnHeapCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/tier/OpenSearchOnHeapCache.java#L80

Added line #L80 was not covered by tests

Check warning on line 96 in server/src/main/java/org/opensearch/common/cache/tier/TieredCacheSpilloverStrategyService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/tier/TieredCacheSpilloverStrategyService.java#L95-L96

Added lines #L95 - L96 were not covered by tests

Check warning on line 152 in server/src/main/java/org/opensearch/common/cache/tier/TieredCacheSpilloverStrategyService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/cache/tier/TieredCacheSpilloverStrategyService.java#L152

Added line #L152 was not covered by tests