-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Added changes to enable full file cache stats #17538
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
Conversation
❌ Gradle check result for da0dcc9: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
server/src/main/java/org/opensearch/index/store/remote/filecache/FullFileCacheStats.java
Outdated
Show resolved
Hide resolved
...r/src/main/java/org/opensearch/index/store/remote/filecache/FullFileCacheStatsCollector.java
Outdated
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/remotestore/WritableWarmIT.java
Outdated
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/remotestore/WritableWarmIT.java
Outdated
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/remotestore/WritableWarmIT.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/store/remote/filecache/FileCache.java
Outdated
Show resolved
Hide resolved
8abab62
to
2373609
Compare
❌ Gradle check result for 2373609: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
server/src/main/java/org/opensearch/index/store/remote/filecache/AggregateFileCacheStats.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/store/remote/filecache/FileCache.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/store/remote/filecache/FileCacheStats.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/opensearch/index/store/remote/utils/cache/stats/IRefCountedCacheStats.java
Show resolved
Hide resolved
2373609
to
a76bf30
Compare
❌ Gradle check result for a76bf30: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
a76bf30
to
f506cf3
Compare
416b10f
to
ea56708
Compare
❌ Gradle check result for ea56708: Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 72f8ba0: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
72f8ba0
to
cd3221b
Compare
❌ Gradle check result for cd3221b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
server/src/main/java/org/opensearch/index/store/remote/filecache/AggregateFileCacheStats.java
Outdated
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/remotestore/WritableWarmIT.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Mayank Sharma <[email protected]>
cd3221b
to
141d05c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Mayank Sharma <[email protected]>
Signed-off-by: Mayank Sharma <[email protected]>
Signed-off-by: Mayank Sharma <[email protected]>
Signed-off-by: Mayank Sharma <[email protected]>Signed-off-by: TJ Neuenfeldt <[email protected]>
Signed-off-by: Mayank Sharma <[email protected]>
Description
Related Issues
Resolves #17479.
Meta Issue #13149
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.