-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add capability to disable source recovery_source for an index #13590
Conversation
❌ Gradle check result for beb57cf: 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 a6dcdfb: 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 fe19810: null 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? |
…arch-project#13590) Signed-off-by: Navneet Verma <[email protected]>
…arch-project#13590) Signed-off-by: Navneet Verma <[email protected]>
…arch-project#13590) Signed-off-by: Navneet Verma <[email protected]>
…arch-project#13590) Signed-off-by: Navneet Verma <[email protected]>
…arch-project#13590) Signed-off-by: Navneet Verma <[email protected]>
…arch-project#13590) Signed-off-by: Navneet Verma <[email protected]>
…arch-project#13590) Signed-off-by: Navneet Verma <[email protected]>
…arch-project#13590) Signed-off-by: Navneet Verma <[email protected]>
…arch-project#13590) Signed-off-by: Navneet Verma <[email protected]>
…arch-project#13590) Signed-off-by: Navneet Verma <[email protected]>
#14064) Signed-off-by: Navneet Verma <[email protected]>
…arch-project#13590) (opensearch-project#14064) Signed-off-by: Navneet Verma <[email protected]> Signed-off-by: kkewwei <[email protected]>
…arch-project#13590) Signed-off-by: Navneet Verma <[email protected]>
Description
This change will add the capability where a user can disable the recovery_source, just like user can disable source. Disabling of
_recovery_source
can be done per field by mentioning the field names too in includes and excludes.Example of an Index Mappings where both source and recovery source is disabled:
Related Issues
Resolves #13490
Related Issue: opensearch-project/k-NN#1599
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.