ClickHouse / ClickHouse/clickhouse-js

Troubleshooting guide

Open
#386 0 comments 1 reaction 0 assignees View on GitHub
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

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.