clickhouse-go: broken pipe driver issue

Issue description

cause: doRequest: transport failed to send a request to ClickHouse: write tcp 19.17.2.250:49816->10.100.164.134:80: write: broken pipe. 

Getting this error while making an insert query to clickhouse, Batch Insert, 10000 object in single batch

Interface: E.g. database/sql

Driver version: v2.4.3

Go version: go version go1.19.1 darwin/arm64

ClickHouse Server version: Tried latest as well as 4 month old release

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (10 by maintainers)

Most upvoted comments

Mentioning here @jkaflik for attention to this issue . Similar issue was reported in https://github.com/ClickHouse/ClickHouse/issues/17446 for clickhouse-jdbc. Facing errors randomly when rows are heavy in size, sometime happens, sometimes not.