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

[Backport 2.x] Adds cluster setting to allow caching requests with size>0 in request cache #16540

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 0363aa7 from #16484.

… cache (#16484)

* Add cluster setting to allow size>0 in request cache

Signed-off-by: Peter Alfonsi <[email protected]>

* Add to changelog

Signed-off-by: Peter Alfonsi <[email protected]>

* addressed dbwiddis's comments

Signed-off-by: Peter Alfonsi <[email protected]>

* make canCacheSizeNonzeroRequests volatile

Signed-off-by: Peter Alfonsi <[email protected]>

* fix changelog merge

Signed-off-by: Peter Alfonsi <[email protected]>

* Changed setting name

Signed-off-by: Peter Alfonsi <[email protected]>

* more renaming

Signed-off-by: Peter Alfonsi <[email protected]>

* fix spotless check

Signed-off-by: Peter Alfonsi <[email protected]>

* rerun gradle check

Signed-off-by: Peter Alfonsi <[email protected]>

---------

Signed-off-by: Peter Alfonsi <[email protected]>
Signed-off-by: Peter Alfonsi <[email protected]>
Co-authored-by: Peter Alfonsi <[email protected]>
(cherry picked from commit 0363aa7)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Nov 1, 2024

❌ Gradle check result for a87a209: 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?

Copy link
Contributor

github-actions bot commented Nov 1, 2024

❌ Gradle check result for a87a209: 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?

Copy link
Contributor

github-actions bot commented Nov 1, 2024

✅ Gradle check result for a87a209: SUCCESS

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.77%. Comparing base (bdb725d) to head (a87a209).
Report is 1 commits behind head on 2.x.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16540      +/-   ##
============================================
- Coverage     71.90%   71.77%   -0.14%     
+ Complexity    65421    65375      -46     
============================================
  Files          5312     5312              
  Lines        305004   305009       +5     
  Branches      44440    44440              
============================================
- Hits         219319   218919     -400     
- Misses        67401    67852     +451     
+ Partials      18284    18238      -46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dbwiddis dbwiddis merged commit ee9d090 into 2.x Nov 1, 2024
61 checks passed
@github-actions github-actions bot deleted the backport/backport-16484-to-2.x branch November 1, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant