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
@0xrelapse Could you add some details about how you're connecting and what type of queries you're running? How frequent, etc. Also let me know if you have any special settings in the TLS config. This issue will be hard to reproduce
Observed
Getting this error periodically via the golang clickhouse driver when connecting to the clickhouse cloud service.
Here is our config (with connection details omitted):
After this error occurs, other queries (both reads and write) also fail, all outputting the same EOF error
Because this is intermittent, it's a little hard to reproduce.
I wonder if there's a race condition in the connection lifetime cleanup routine?
Details
Environment
clickhouse-go
version: v2.30.0database/sql
compatible driverThe text was updated successfully, but these errors were encountered: