grafana / sqlds

A package that assists writing SQL-driven datasources
Apache License 2.0
17 stars 12 forks source link

Fix connection leak on query retry reconnect #79

Closed jkaflik closed 1 year ago

jkaflik commented 1 year ago

Solves an issue described in https://github.com/grafana/clickhouse-datasource/issues/253

Close all connections released before reconnect attempt.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

jkaflik commented 1 year ago

@scottlepp can you have a look at this? thanks