Skip to content
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

[v23.2.x] operator: Add the option to immediately decommission ghosts #13350

Merged

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #13298
Fixes: #13349,

When a broker's storage is deleted, it comes back with a new broker id.
There's no indication as to why the data is gone or whether it can be
recovered. Since the Cluster resource is deprecated and the cloud team
would just like to have a method to delete it regardless, the consensus
is that we should assume it's not recoverable and decommission the old
broker id immediately.

This PR adds a hidden flag, `unsafe-decommission-failed-brokers` that,
if set to true, will offer this behavior.

This is dangerous and shouldn't be used. There are circumstances in which
brokers with valid data can be decommissioned and even the potential for
all the brokers to be decommissioned.

(cherry picked from commit ea40014)
@vbotbuildovich vbotbuildovich added this to the v23.2.x-next milestone Sep 8, 2023
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Sep 8, 2023
@joejulian joejulian marked this pull request as ready for review September 8, 2023 17:45
@joejulian joejulian requested a review from a team as a code owner September 8, 2023 17:45
@joejulian joejulian merged commit 2f168ce into redpanda-data:v23.2.x Sep 8, 2023
24 of 26 checks passed
@piyushredpanda piyushredpanda modified the milestones: v23.2.x-next, v23.2.9 Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/k8s kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants