cockroachdb / cockroachdb/cockroach
dbconsole: node list is 0-based instead of more natural 1-based
Open
C-enhancement
O-25.4-scale-testing
P-3
T-observability
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
For large clusters, 0-based numbering of nodes may be inconsistent with the more natural 1-based. E.g., all roachprod clusters are 1-based. Therefore, this could lead to operator error wrt stopping/starting wrong nodes, i.e., off-by-one.
Jira issue: CRDB-57918
Contributor guide
Assessment
This issue has not been assessed yet.