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] Make Indices Request Cache Stale Key Mgmt Threshold setting dynamic #12941

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
56b53d9
Update IndicesRequestCache.java
kiranprakash154 Mar 27, 2024
6f287d9
Update ClusterSettings.java
kiranprakash154 Mar 27, 2024
6781ab5
Update IndicesRequestCacheIT.java
kiranprakash154 Mar 27, 2024
24d3701
spotless
kiranprakash154 Mar 27, 2024
f18c060
Update IndicesRequestCacheIT.java
kiranprakash154 Mar 27, 2024
503f66f
some refactoring
kiranprakash154 Mar 27, 2024
8bef059
Update IndicesRequestCache.java
kiranprakash154 Mar 28, 2024
0b7c51e
address existing tests
kiranprakash154 Mar 28, 2024
663b8d6
UTs
kiranprakash154 Mar 28, 2024
52334bc
Update CHANGELOG.md
kiranprakash154 Mar 28, 2024
234d1d1
ITs
kiranprakash154 Mar 29, 2024
1eb0803
spotless
kiranprakash154 Mar 29, 2024
c7deb01
refactor
kiranprakash154 Apr 1, 2024
5a56c1e
Update IndicesRequestCacheIT.java
kiranprakash154 Apr 1, 2024
100ce72
Update IndicesRequestCacheIT.java
kiranprakash154 Apr 1, 2024
0d2fd01
Update IndicesRequestCacheIT.java
kiranprakash154 Apr 1, 2024
827ae92
Update IndicesRequestCacheIT.java
kiranprakash154 Apr 1, 2024
532ce4e
Update CHANGELOG.md
kiranprakash154 Apr 1, 2024
55da364
Update CHANGELOG.md
kiranprakash154 Apr 1, 2024
a36a00e
Update IndicesRequestCacheIT.java
kiranprakash154 Apr 2, 2024
6f55b74
Update IndicesRequestCache.java
kiranprakash154 Apr 2, 2024
9e67d87
Update IndicesRequestCacheIT.java
kiranprakash154 Apr 12, 2024
7994594
resolve conflicts
kiranprakash154 Apr 23, 2024
e14806a
address code comments
kiranprakash154 Apr 23, 2024
c44e2c5
address code comments
kiranprakash154 Apr 24, 2024
a10dff9
Update IndicesRequestCacheIT.java
kiranprakash154 Apr 24, 2024
a4098b8
rename tests
kiranprakash154 Apr 24, 2024
55a3be0
Update IndicesRequestCacheIT.java
kiranprakash154 Apr 24, 2024
0d85e10
Update IndicesRequestCacheIT.java
kiranprakash154 Apr 24, 2024
a3c12cd
resolve conflicts
kiranprakash154 Apr 25, 2024
b07278f
Update IndicesRequestCache.java
kiranprakash154 Apr 25, 2024
ed56c2c
code comments
kiranprakash154 Apr 25, 2024
e05fae2
Merge branch 'main' into kp/integration-test-stalekeys
kiranprakash154 Apr 26, 2024
5421019
Update IndicesRequestCacheIT.java
kiranprakash154 Apr 26, 2024
b594b9e
Merge branch 'kp/integration-test-stalekeys' of https://github.com/ki…
kiranprakash154 Apr 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- [Streaming Indexing] Ensure support of the new transport by security plugin ([#13174](https://github.com/opensearch-project/OpenSearch/pull/13174))
- Add cluster setting to dynamically configure the buckets for filter rewrite optimization. ([#13179](https://github.com/opensearch-project/OpenSearch/pull/13179))
- [Remote Store] Add capability of doing refresh as determined by the translog ([#12992](https://github.com/opensearch-project/OpenSearch/pull/12992))
- [Tiered caching] Make Indices Request Cache Stale Key Mgmt Threshold setting dynamic ([#12941](https://github.com/opensearch-project/OpenSearch/pull/12941))
- Batch mode for async fetching shard information in GatewayAllocator for unassigned shards ([#8746](https://github.com/opensearch-project/OpenSearch/pull/8746))

### Dependencies
Expand Down
Loading
Loading