-
Notifications
You must be signed in to change notification settings - Fork 2k
Support _close
and _open
of an index in search_only
mode
#17844
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
Conversation
Signed-off-by: Prudhvi Godithi <[email protected]>
2e7011d
to
a61160c
Compare
server/src/main/java/org/opensearch/action/support/ActiveShardCount.java
Show resolved
Hide resolved
❌ Gradle check result for e7356cf: 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: Prudhvi Godithi <[email protected]>
e7356cf
to
696c99d
Compare
❌ Gradle check result for 696c99d: 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: Prudhvi Godithi <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17844 +/- ##
============================================
- Coverage 72.46% 72.44% -0.02%
+ Complexity 66502 66496 -6
============================================
Files 5408 5408
Lines 308080 308174 +94
Branches 44720 44746 +26
============================================
+ Hits 223239 223248 +9
- Misses 66536 66686 +150
+ Partials 18305 18240 -65 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Support
_close
and_open
of an index insearch_only
mode.Related Issues
Related Issue: #17828.
Part of: #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.