Skip to content

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

Merged
merged 4 commits into from
Apr 8, 2025

Conversation

prudhvigodithi
Copy link
Member

@prudhvigodithi prudhvigodithi commented Apr 8, 2025

Description

Support _close and _open of an index in search_only mode.

Related Issues

Related Issue: #17828.
Part of: #15306

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

@prudhvigodithi
Copy link
Member Author

prudhvigodithi commented Apr 8, 2025

Adding @mch2 @msfroh @andrross to please take a look.
Thanks

Copy link
Contributor

github-actions bot commented Apr 8, 2025

❌ 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?

@prudhvigodithi prudhvigodithi added the v3.0.0 Issues and PRs related to version 3.0.0 label Apr 8, 2025
Copy link
Contributor

github-actions bot commented Apr 8, 2025

❌ 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?

Copy link
Contributor

github-actions bot commented Apr 8, 2025

✅ Gradle check result for ea55cbf: SUCCESS

Copy link

codecov bot commented Apr 8, 2025

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 72.44%. Comparing base (c91cdcb) to head (ea55cbf).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
...rg/opensearch/action/support/ActiveShardCount.java 50.00% 0 Missing and 1 partial ⚠️
...ch/cluster/metadata/MetadataIndexStateService.java 0.00% 0 Missing and 1 partial ⚠️
.../opensearch/cluster/routing/IndexRoutingTable.java 0.00% 0 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog v3.0.0 Issues and PRs related to version 3.0.0
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[RW Separation] Support _close and _open APIs for indices in search_only mode
2 participants