-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Disabling _close API invocation during remote migration. #18327
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
Disabling _close API invocation during remote migration. #18327
Conversation
Signed-off-by: Rakshit Goyal <[email protected]>
7900ed3
to
7d5469b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18327 +/- ##
============================================
+ Coverage 72.44% 72.55% +0.10%
- Complexity 67359 67376 +17
============================================
Files 5492 5492
Lines 311122 311129 +7
Branches 45220 45221 +1
============================================
+ Hits 225395 225727 +332
+ Misses 67372 66974 -398
- Partials 18355 18428 +73 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
...src/internalClusterTest/java/org/opensearch/remotemigration/CloseIndexMigrationTestCase.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/action/admin/indices/close/TransportCloseIndexAction.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/action/admin/indices/close/TransportCloseIndexAction.java
Outdated
Show resolved
Hide resolved
...src/internalClusterTest/java/org/opensearch/remotemigration/CloseIndexMigrationTestCase.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/action/admin/indices/close/TransportCloseIndexAction.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Rakshit Goyal <[email protected]>
7d5469b
to
484e545
Compare
Signed-off-by: Gaurav Bafna <[email protected]>
Signed-off-by: Gaurav Bafna <[email protected]>
❌ Gradle check result for da42ccb: 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 da42ccb: 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? |
…project#18327) Signed-off-by: Rakshit Goyal <[email protected]>
…project#18327) Signed-off-by: Rakshit Goyal <[email protected]>
…project#18327) Signed-off-by: Rakshit Goyal <[email protected]>
Description
We want to disallow API which are involved in closing index, when Document-Replication type to Segment-Replication type migration is happening.
Related Issues
Resolves #18328
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.