cockroachdb / cockroachdb/cockroach

Provide full picture when using node status

Open
#97,115 0 comments 0 reactions 0 assignees View on GitHub
A-kv-observability C-enhancement T-observability X-nostale
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

**Is your feature request related to a problem? Please describe.**
When `executing cockroach node status --all ` it captures all information about the nodes, but this doesn't capture the fqdn/IP address of a node that is down.

**Describe the solution you'd like**
When executing` cockroach node status --all`

Instead of
node id 1 | NULL | NULL | NULL | timestamp
node id 2 | ip.fqdn.com | ip.fqdn.com | v21.2.17 | timestamp
node id 3 | ip.fqdn.com | ip.fqdn.com | v21.2.17 | timestamp

node id 1 | ip.fqdn.com | ip.fqdn.com | NULL | timestamp
node id 2 | ip.fqdn.com | ip.fqdn.com | v21.2.17 | timestamp
node id 3 | ip.fqdn.com | ip.fqdn.com | v21.2.17 | timestamp

**Describe alternatives you've considered**
Querying crdb_internal.kv_node_status

**Additional context**
We need more history on the nodes.

Jira issue: CRDB-24523

Epic CRDB-32131

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.