-
## Feature request
**Is your feature request related to a problem? Please describe.**
It's hard to dig into the details while troubleshooting a query. In our use case, queries from clients are sen…
-
Hi,
I'm using postgres db and trying to implement JDBC_PING.cli. I followed exact steps given in README.md.
I checked JDBC_PING.cli is under discovery folder. And added the below environment varia…
-
### Describe the bug:
Global variables are not shared between different gunicorn workers. https://github.com/cloudera/hue/blob/b5d126ea651d76e982a13c7da3661dac9a939246/desktop/libs/notebook/src/not…
-
The query seems to have been executed successfully, but the returned result status to the client is 404。
client log
```
Caused by: java.lang.RuntimeException: Error fetching next at http:/xxx/v1/…
-
### Description
If {host} is non mandatory in driver properties, for example, jdbc:mariadb://[{host}]/[{database}] then saving/testing/using connection is impossible.
When it is used?
With name…
-
ClickHouse-Native-JDBC implemented in the TCP Protocol, with higher performance than HTTP. Therefore, I wonder if chproxy will support TCP in the future
-
我用datax同步mysql数据库(mysql8.0.22)的表,中途中断,报这个错,是数据库连接超时,需要如何修改呢###
021-01-10 13:06:28.381 [job-0] INFO StandAloneJobContainerCommunicator - Total 10772992 records, 1957602363 bytes | Speed 0B/s, 0 re…
-
We have a jdbc sink to a mysql host.
The sink is configured with `max.retries = 100`.
We had a short unavailability of our DB, which lead naturally to failure on sink task:
```
[2020-11-12 18:30:2…
-
jdbc:mysql:replication://" +
"address=(type=master)(protocol=tcp)(host=123.5.1.64)(port=3306)," +
"address=(type=master)(protocol=tcp)(host=123.5.1.190)(port=3306)," +
…
-
I would like to contribute an improevemnt for the clickhouse module but I am unsure how to package it.
Clickhouse supports 3 ways of connecting:
- JDBC (basically only a wrapper around HTTP)
- …