You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After updating cubejs to v0.36.0 or higher we are experiencing socket hang up errors while trying to connect to clickhouse.
These errors occur while we query clickhouse on a large dataset ( > 3 million rows). When using cube 0.35.81 or lower the same query does not give us any issues.
We are able to reproduce the issue on our kubernetes cluster and locally using docker containers.
Version:
cubejs: v0.36.0 and higher
clickhouse
Additional context
We tried updating both cubejs and clickhouse to their latest version.