Open shubham19may opened 1 year ago
@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 https://github.com/ClickHouse/clickhouse-go
as this is more stable.
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 :