Closed
Description
I batch write clickhouse through jdbc client.
But I ran into a problem while writing it.
When addBatch is executed about 2000 times, it is blocked, stuck there and cannot continue, and after exceeding the set socket_timeout, an exception of Write timed out is reported.
It's weird that the same code ru.yandex.clickhouse.ClickHouseDriver doesn't have this problem
The version is 0.3.2-patch10
Please help with this issue, thanks!
我通过jdbc client 批量写clickhouse。
但是在写的时候遇到了一个问题。
当addBatch 执行了大约2000次左右时,就阻塞住了,卡在那里无法继续,然后超过设置的socket_timeout后,报Write timed out 异常了。
很奇怪,同样的代码 ru.yandex.clickhouse.ClickHouseDriver 没有出现这个问题
版本是 0.3.2-patch10
请帮忙看一下这个问题,谢谢!