-
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
Prevent deletion of snapshot backing index #5365
Prevent deletion of snapshot backing index #5365
Conversation
Prevent deletion of snapshots that are backing searchable snapshot indexes Signed-off-by: Vishal Sarda <vsarda@amazon.com> (cherry picked from commit 08ac17f) Signed-off-by: Vishal Sarda <vsarda@amazon.com>
Signed-off-by: Vishal Sarda <vsarda@amazon.com>
Signed-off-by: Vishal Sarda <vsarda@amazon.com>
Signed-off-by: Vishal Sarda <vsarda@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
FYI @Vishalks
|
Yes, I am aware of it. Facing a weird issue where it doesn't show the tabs (mentioned in the error) on VIM and I am not able to open the code on backport branch in my IDE. Still working on it. |
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Vishal Sarda <vsarda@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #5365 +/- ##
============================================
- Coverage 70.67% 70.63% -0.04%
- Complexity 58308 58344 +36
============================================
Files 4700 4701 +1
Lines 279111 279131 +20
Branches 40749 40753 +4
============================================
- Hits 197254 197170 -84
- Misses 65377 65551 +174
+ Partials 16480 16410 -70
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Description
The changes prevent deletion of remote searchable snapshots that are backing any indices
Issues Resolved
#4967
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.