Skip to content

Commit a2cf155

Browse files
[Backport 2.x][Tiered Caching] Make Indices Request Cache Stale Key Mgmt Threshold … (#13413)
* [Tiered Caching] Make Indices Request Cache Stale Key Mgmt Threshold setting dynamic (#12941) * Update IndicesRequestCache.java Signed-off-by: Kiran Prakash <[email protected]> * Update ClusterSettings.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> * spotless Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> * some refactoring Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCache.java Signed-off-by: Kiran Prakash <[email protected]> * address existing tests Signed-off-by: Kiran Prakash <[email protected]> * UTs Signed-off-by: Kiran Prakash <[email protected]> * Update CHANGELOG.md Signed-off-by: Kiran Prakash <[email protected]> * ITs Signed-off-by: Kiran Prakash <[email protected]> * spotless Signed-off-by: Kiran Prakash <[email protected]> * refactor Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> * Update CHANGELOG.md Signed-off-by: Kiran Prakash <[email protected]> * Update CHANGELOG.md Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCache.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> * resolve conflicts Signed-off-by: Kiran Prakash <[email protected]> * address code comments Signed-off-by: Kiran Prakash <[email protected]> * address code comments Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> * rename tests Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> * resolve conflicts Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCache.java Signed-off-by: Kiran Prakash <[email protected]> * code comments Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCacheIT.java Signed-off-by: Kiran Prakash <[email protected]> --------- Signed-off-by: Kiran Prakash <[email protected]> (cherry picked from commit f798497) * resolve conflicts Signed-off-by: Kiran Prakash <[email protected]> * remove typo Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCache.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCache.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCache.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCache.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCache.java Signed-off-by: Kiran Prakash <[email protected]> * Update IndicesRequestCache.java Signed-off-by: Kiran Prakash <[email protected]> --------- Signed-off-by: Kiran Prakash <[email protected]>
1 parent a30d7b2 commit a2cf155

File tree

6 files changed

+785
-139
lines changed

6 files changed

+785
-139
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2525
- Add an individual setting of rate limiter for segment replication ([#12959](https://github.com/opensearch-project/OpenSearch/pull/12959))
2626
- [Streaming Indexing] Ensure support of the new transport by security plugin ([#13174](https://github.com/opensearch-project/OpenSearch/pull/13174))
2727
- Add cluster setting to dynamically configure the buckets for filter rewrite optimization. ([#13179](https://github.com/opensearch-project/OpenSearch/pull/13179))
28+
- [Tiered caching] Make Indices Request Cache Stale Key Mgmt Threshold setting dynamic ([#12941](https://github.com/opensearch-project/OpenSearch/pull/12941))
2829
- Make search query counters dynamic to support all query types ([#12601](https://github.com/opensearch-project/OpenSearch/pull/12601))
2930
- [Tiered Caching] Gate new stats logic behind FeatureFlags.PLUGGABLE_CACHE ([#13238](https://github.com/opensearch-project/OpenSearch/pull/13238))
3031
- [Tiered Caching] Add a dynamic setting to disable/enable disk cache. ([#13373](https://github.com/opensearch-project/OpenSearch/pull/13373))

0 commit comments

Comments
 (0)