-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Disabled auto_expand_replicas setting when search replica is enabled #16916
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
❌ Gradle check result for c6a1d64: 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 c6a1d64: 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 b985309: 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? |
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
ad07caf
to
03ea0e9
Compare
❌ Gradle check result for 03ea0e9: 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 03ea0e9: 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16916 +/- ##
============================================
- Coverage 72.23% 72.15% -0.09%
+ Complexity 65210 65184 -26
============================================
Files 5299 5299
Lines 303475 303499 +24
Branches 43925 43933 +8
============================================
- Hits 219217 218976 -241
- Misses 66254 66527 +273
+ Partials 18004 17996 -8 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Description
In this PR we are disabling the
auto_expand_replicas
when the search replica is active. So this adds the mutual exclusiveness between theindex.auto_expand_replicas
andindex.number_of_search_only_replicas
settings.Related Issues
Resolves #16912
Related to #15306
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.