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
When trying to execute a query over self hosted clickhouse cluster, the query fails as it is not able to determine the server timezone during connectivity. This behaviour is transient and upon retries the query is successfully executed.
Expected behaviour
The clickhouse should have queried the source and return the response.
Error log
error: unable to determine server timezone
errorVerbose: unable to determine server timezone
github.com/ClickHouse/clickhouse-go/v2.(*httpConnect).readTimeZone
/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.13.0/conn_http.go:295
github.com/ClickHouse/clickhouse-go/v2.dialHttp
/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.13.0/conn_http.go:243
github.com/ClickHouse/clickhouse-go/v2.(*stdConnOpener).Connect.func1
/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.13.0/clickhouse_std.go:68
github.com/ClickHouse/clickhouse-go/v2.(*stdConnOpener).Connect
/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.13.0/clickhouse_std.go:88
database/sql.(*DB).conn
/usr/local/go/src/database/sql/sql.go:1387
database/sql.(*DB).query
/usr/local/go/src/database/sql/sql.go:1721
database/sql.(*DB).QueryContext.func1
/usr/local/go/src/database/sql/sql.go:1704
database/sql.(*DB).retry
/usr/local/go/src/database/sql/sql.go:1538
database/sql.(*DB).QueryContext
/usr/local/go/src/database/sql/sql.go:1703
database/sql.(*DB).Query
/usr/local/go/src/database/sql/sql.go:1717
Details
Environment
clickhouse-go version: v2.13.0
Interface: ClickHouse API / database/sql compatible driver
Observed
When trying to execute a query over self hosted clickhouse cluster, the query fails as it is not able to determine the server timezone during connectivity. This behaviour is transient and upon retries the query is successfully executed.
Expected behaviour
The clickhouse should have queried the source and return the response.
Error log
Details
Environment
clickhouse-go
version: v2.13.0database/sql
compatible driverCREATE TABLE
statements for tables involved:The text was updated successfully, but these errors were encountered: