cockroachdb / cockroachdb/cockroach
Provide full picture when using node status
- 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
Assessment
This issue has not been assessed yet.