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

Added changes to enable full file cache stats #17538

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Added changes for full file cache stats.

38847e8
Select commit
Loading
Failed to load commit list.
Open

Added changes to enable full file cache stats #17538

Added changes for full file cache stats.
38847e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 17, 2025 in 0s

76.27% of diff hit (target 72.27%)

View this Pull Request on Codecov

76.27% of diff hit (target 72.27%)

Annotations

Check warning on line 153 in server/src/main/java/org/opensearch/index/store/remote/filecache/FileCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/filecache/FileCache.java#L152-L153

Added lines #L152 - L153 were not covered by tests

Check warning on line 146 in server/src/main/java/org/opensearch/index/store/remote/filecache/FileCacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/filecache/FileCacheStats.java#L146

Added line #L146 was not covered by tests

Check warning on line 83 in server/src/main/java/org/opensearch/index/store/remote/filecache/FullFileCacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/filecache/FullFileCacheStats.java#L83

Added line #L83 was not covered by tests

Check warning on line 104 in server/src/main/java/org/opensearch/index/store/remote/filecache/FullFileCacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/filecache/FullFileCacheStats.java#L97-L104

Added lines #L97 - L104 were not covered by tests

Check warning on line 66 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java#L66

Added line #L66 was not covered by tests

Check warning on line 114 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java#L114

Added line #L114 was not covered by tests

Check warning on line 116 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java#L116

Added line #L116 was not covered by tests

Check warning on line 118 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java#L118

Added line #L118 was not covered by tests

Check warning on line 131 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java#L131

Added line #L131 was not covered by tests

Check warning on line 136 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java#L136

Added line #L136 was not covered by tests

Check warning on line 377 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java#L368-L377

Added lines #L368 - L377 were not covered by tests

Check warning on line 434 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/CacheStats.java#L434

Added line #L434 was not covered by tests

Check warning on line 104 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/DefaultStatsCounter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/DefaultStatsCounter.java#L104

Added line #L104 was not covered by tests

Check warning on line 107 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/DefaultStatsCounter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/DefaultStatsCounter.java#L107

Added line #L107 was not covered by tests

Check warning on line 110 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/DefaultStatsCounter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/DefaultStatsCounter.java#L110

Added line #L110 was not covered by tests

Check warning on line 124 in server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/DefaultStatsCounter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/store/remote/utils/cache/stats/DefaultStatsCounter.java#L122-L124

Added lines #L122 - L124 were not covered by tests