cockroachdb / cockroachdb/cockroach
cockroach node status reports integer out of range
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**Describe the problem**
cockroach node status reports integer out of range
**To Reproduce**
sql.defaults.default_int_size = 4
`cockroach node status --all --insecure`
**Expected behavior**
Returns output
**Additional data / screenshots**
```
cockroach node status --all --insecure
ERROR: integer out of range for type int4
SQLSTATE: 22003
Failed running "node status"
```
**Environment:**
- CockroachDB version 23.2.0
- Server OS: [e.g. Linux/Distrib] Debian
- Client app [e.g. `cockroach sql`, JDBC, ...] cockroach CLI
**Additional context**
What was the impact?
Add any other context about the problem here.
Jira issue: CRDB-35992
Contributor guide
Assessment
This issue has not been assessed yet.