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 policy interface and took time policy impl
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Changes IndicesService to write a CachePolicyInfoWrapper before the QSR
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Moved took time logic from QSR to IndicesService
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* spotlessApply
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Addressed ansjcy's comments
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Partial rebase on most recent changes
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Integrated policies with new TSC changes
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Reverted unintended change to idea/vcs.xml
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* javadocs
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* github actions
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Set default threshold value to 10 ms
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Addressed Sorabh's comments
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Addressed Sorabh's second round of comments
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Set cachedQueryParser in IRC
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Addressed Sorabh's comments besides dynamic setting
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Removed dynamic setting, misc comments
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Added changelog entry
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Added missing javadoc
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Fixed failed gradle run
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* Added setting validation test
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* rerun gradle for flaky IT
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
* javadocs
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
---------
Signed-off-by: Peter Alfonsi <petealft@amazon.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
@@ -114,6 +114,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
114
114
- The org.opensearch.bootstrap.Security should support codebase for JAR files with classifiers ([#12586](https://github.com/opensearch-project/OpenSearch/issues/12586))
115
115
-[Metrics Framework] Adds support for asynchronous gauge metric type. ([#12642](https://github.com/opensearch-project/OpenSearch/issues/12642))
116
116
- Make search query counters dynamic to support all query types ([#12601](https://github.com/opensearch-project/OpenSearch/pull/12601))
117
+
-[Tiered caching] Add policies controlling which values can enter pluggable caches [EXPERIMENTAL] ([#12542](https://github.com/opensearch-project/OpenSearch/pull/12542))
117
118
118
119
### Dependencies
119
120
- Bump `peter-evans/find-comment` from 2 to 3 ([#12288](https://github.com/opensearch-project/OpenSearch/pull/12288))
0 commit comments