cli: node status
output misaligns decommission status
#27807
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
O-community
Originated from the community
BUG REPORT
Please describe the issue you observed:
cockroach node status
will hide decommissioning or dead nodes, unless the user requests all nodes to be shown. The data shown is collected from two different RPC calls and these do not line up. For example, a node's liveness will be put together with a different node's decommission status.This only affects 2.0 and earlier. In 2.1, the logic for
cockroach node status
was changed.cockroach node status --decommission
andcockroach node status
The text was updated successfully, but these errors were encountered: