clickhouse-java
clickhouse-java copied to clipboard
Java uses the JDBC driver to connect to the clickhouse.When 50 threads are initialized at a time to create database connections,an error is reported. #56742
ClickHouse-JDBC version: 0.3.1 && 0.4.5
After the value of max_concurrent_queries in the config.xml file is changed to 0, the same error message is displayed.
How to solve the problem?
the same error message is displayed.
@T-M-L-C could you provide the full error message?