-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add a dynamic setting to change skip_cache_factor and min_frequency for querycache #18351
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18351 +/- ##
============================================
+ Coverage 72.60% 72.73% +0.12%
- Complexity 67682 67759 +77
============================================
Files 5497 5497
Lines 311819 311859 +40
Branches 45265 45274 +9
============================================
+ Hits 226409 226821 +412
+ Misses 66941 66564 -377
- Partials 18469 18474 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
server/src/main/java/org/opensearch/index/shard/IndexShard.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/shard/IndexShard.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/shard/IndexShard.java
Outdated
Show resolved
Hide resolved
ed6544e
to
4dac9a6
Compare
❌ Gradle check result for 36c9282: 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? |
❕ Gradle check result for 36c9282: 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. |
SearchIT.testSearchWithMatrixStats #18129 |
❕ Gradle check result for 43ec899: 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. |
@sgup432 please help review in your spare time. |
server/src/main/java/org/opensearch/indices/IndicesQueryCache.java
Outdated
Show resolved
Hide resolved
Signed-off-by: kkewwei <kkewwei@163.com> Signed-off-by: kkewwei <kewei.11@bytedance.com>
❌ Gradle check result for 12f4192: 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? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@sandeshkr419 Can you also help review in your spare time. If there is no problem, I will merge the pr. |
Description
[Describe what this change achieves]
Related Issues
Resolves #17736
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.