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
Adds cluster setting to allow caching requests with size>0 in request cache (opensearch-project#16484)
* Add cluster setting to allow size>0 in request cache
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Add to changelog
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* addressed dbwiddis's comments
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* make canCacheSizeNonzeroRequests volatile
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* fix changelog merge
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Changed setting name
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* more renaming
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* fix spotless check
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* rerun gradle check
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>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
10
10
- Add logic in master service to optimize performance and retain detailed logging for critical cluster operations. ([#14795](https://github.com/opensearch-project/OpenSearch/pull/14795))
11
11
- Add Setting to adjust the primary constraint weights ([#16471](https://github.com/opensearch-project/OpenSearch/pull/16471))
12
12
- Switch from `buildSrc/version.properties` to Gradle version catalog (`gradle/libs.versions.toml`) to enable dependabot to perform automated upgrades on common libs ([#16284](https://github.com/opensearch-project/OpenSearch/pull/16284))
13
+
- Add dynamic setting allowing size > 0 requests to be cached in the request cache ([#16483](https://github.com/opensearch-project/OpenSearch/pull/16483/files))
13
14
14
15
### Dependencies
15
16
- Bump `com.azure:azure-storage-common` from 12.25.1 to 12.27.1 ([#16521](https://github.com/opensearch-project/OpenSearch/pull/16521))
0 commit comments