clickhouse-java
clickhouse-java copied to clipboard
Error flushing statements
Describe the bug
Every time I update the table, I do a full update (delete first and then insert) However, when executing insert statements recently, Error flushing statements often appear.
Code example
Error log
Error flushing statements. Cause: ru.yandex.clickhouse.except.ClickHouseUnknownException: ClickHouse exception, code: 1002, failed to respond
ClickHouse server
- ClickHouse Server version: 21.7.3.14 (https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary
Good day, @Evre-wuwy! What clickhouse-java client version do you use? Have you tried with latest? Would you please add more information:
- exception stack trace
- logs showing the problem
Thanks in advance!