ClickHouse / ClickHouse/clickhouse-js
Troubleshooting guide
Open
documentation
- Dominant language
- TypeScript
- Stars
- 331
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
a guide for investigating typical problems:
### Timeout error
`Error: Timeout error.\n at TLSSocket.onTimeout`
steps:
- verify server availability via `curl` or a script using nodejs native `http` module
### ECONNRESET
`socket hang up`
steps:
- verify the event vent loop is not stuck. TODO: how.
- TODO
Contributor guide
Assessment
This issue has not been assessed yet.