Skip to content

Failed to connect: HTTP response 500 #23

@junyuanZhang-cb

Description

@junyuanZhang-cb

The issue was when I tried to query Databricks using the Go sql driver (https://docs.databricks.com/dev-tools/go-sql-driver.html)
I got the following error: driver: bad connection: HTTP Response code: 500 . It was flaky at first but now it is 100% failing. After further debugging, I found that the error happened when trying to acquire a connection, before actually sending the query.

the error is thrown from here
https://github.com/databricks/databricks-sql-go/blob/main/hive/client.go#L43

error : error(*github.com/apache/thrift/lib/go/thrift.tTransportException) *{typeId: 0, err: error(*errors.errorString) *{s: "HTTP Response code: 500"}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions