You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move TSC took-time policy to guard both heap and disk tier (#17190)
* Move TSC took-time policy to guard both heap and disk tier
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* changelog
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* spotless apply
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Addressed Sagar's comment
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Add missing javadoc
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* address round 2 of comments
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Add removal notification to put()
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Fix incorrect stats hit when cache entry rejected by policy
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* rerun gradle
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Fixed more broken stats
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* rerun gradle
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Addressed more comments
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* make policy rejections count as neither hit or miss
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* rerun gradle
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* remove potential double-loading
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* rerun gradle
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* remove removalNotification
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* rerun gradle
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
---------
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
Signed-off-by: Peter Alfonsi <peter.alfonsi@gmail.com>
Co-authored-by: Peter Alfonsi <petealft@amazon.com>
(cherry picked from commit b1e66b3)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
22
22
### Changed
23
23
- Convert transport-reactor-netty4 to use gradle version catalog [#17233](https://github.com/opensearch-project/OpenSearch/pull/17233)
24
24
- Increase force merge threads to 1/8th of cores [#17255](https://github.com/opensearch-project/OpenSearch/pull/17255)
25
+
- TieredSpilloverCache took-time threshold now guards heap tier as well as disk tier [#17190](https://github.com/opensearch-project/OpenSearch/pull/17190)
Copy file name to clipboardexpand all lines: modules/cache-common/src/internalClusterTest/java/org/opensearch/cache/common/tier/TieredSpilloverCacheIT.java
+72-16
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ public void testSanityChecksWithIndicesRequestCache() throws InterruptedExceptio
Copy file name to clipboardexpand all lines: modules/cache-common/src/internalClusterTest/java/org/opensearch/cache/common/tier/TieredSpilloverCacheStatsIT.java
0 commit comments