-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facing "use of closed network connection." #166
Comments
@shubham19may Hey, I'm facing similar issue and was wondering whether you ever resolved this thing? |
Hey @phil-schreiber we sorted this issue out by moving to |
Hi! Are you yousing any balancers in the middle? |
@DoubleDi Hey! No, in this particular case we're not using any LBs. We are comitting to clickhouse in parallel with one opened sqlx.DB. I avoid commits at exact same time, which lead to EOF errors, but still we're seeing these closed connection errors randomly. |
I was wondering whether hard-coding the max idle conns to 1 (https://github.com/mailru/go-clickhouse/blob/master/conn.go#L80) could be the culprit in my specific usecase. Generally an sql.DB is supposed to be used by goroutines in parallel. |
Hello Go-Clickhouse team,
Facing following error :
I have Clickhouse hosted in EKS (kubernetes) and i am inserting data from other kubernetes pod.
Clickhouse is exposed to other pods by load balancer.
Few more information points :
The text was updated successfully, but these errors were encountered: