cockroachdb / cockroachdb/cockroach
cli: recommend --checks=skip when decommissioning already decommissioned node
Open
A-kv-observability
C-escalation-improvement
E-quick-win
O-support
P-3
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
When a node is stuck in the "decommissioning" state and needs to be moved to "decommissioned", users need to run `cockroach node decommission`. The readiness prechecks will prevent this from succeeding, so `--checks=skip` needs to be added.
I we can't lift this limitation (do the checks need to fail in this case?), then this should be called out in the error text.
Jira issue: CRDB-30446
Contributor guide
Assessment
This issue has not been assessed yet.