-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Prevent deletion of snapshots that are used by snapshot backed indices #73821
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
Pinging @elastic/es-distributed (Team:Distributed) |
I've seen two users with this problem in the last couple of weeks, so when a little birdy pointed me at this PR I'd thought I'd see if I could get things running again. I resolved the conflicts here from #74451 and #74977. There's a new test from #77686 that this is now failing against, I didn't touch that. I also didn't touch the Of course, I realize I'm taking liberties, and I wouldn't be offended at all if you force pushed my commits right back off. 😄 |
@tlrx I think this is still something we want right? |
Yes, this is supersedes by #79156 |
This pull request adds a check to prevent the deletion of snapshots that are used by searchable snapshots indices mounted in the same cluster.
This is work in progress since it conflicts with how ILM deletes snapshots of mounted indices.