-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Backport 2.x] [Bugfix] Fix cache maximum size settings not working properly with pluggable caching #17042
[Backport 2.x] [Bugfix] Fix cache maximum size settings not working properly with pluggable caching #17042
Conversation
…uggable caching (opensearch-project#16636) * Fix cache size setting Signed-off-by: Peter Alfonsi <[email protected]> * Changelog Signed-off-by: Peter Alfonsi <[email protected]> * Deprecate original IRC size setting Signed-off-by: Peter Alfonsi <[email protected]> * spotlessApply Signed-off-by: Peter Alfonsi <[email protected]> * Addressed Ankit's comments Signed-off-by: Peter Alfonsi <[email protected]> * Address Sagar's comment Signed-off-by: Peter Alfonsi <[email protected]> --------- Signed-off-by: Peter Alfonsi <[email protected]> Signed-off-by: Peter Alfonsi <[email protected]> Signed-off-by: Ankit Jain <[email protected]> Co-authored-by: Peter Alfonsi <[email protected]> Co-authored-by: Ankit Jain <[email protected]> (cherry picked from commit a436076)
❌ Gradle check result for 5e4ef9f: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Flaky test: #15944 |
Signed-off-by: Peter Alfonsi <[email protected]>
❌ Gradle check result for 00a5bfc: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Flaky test: #14324 |
Signed-off-by: Peter Alfonsi <[email protected]>
❕ Gradle check result for 35a180b: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #17042 +/- ##
============================================
+ Coverage 71.84% 71.90% +0.06%
- Complexity 65595 65657 +62
============================================
Files 5318 5319 +1
Lines 305846 305944 +98
Branches 44602 44619 +17
============================================
+ Hits 219739 219994 +255
+ Misses 67752 67679 -73
+ Partials 18355 18271 -84 ☔ View full report in Codecov by Sentry. |
Backport a436076 from #16636.