clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

Error flushing statements

Open Evre-wuwy opened this issue 1 year ago • 1 comments

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

Evre-wuwy avatar Mar 11 '24 02:03 Evre-wuwy

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!

chernser avatar Jun 18 '24 19:06 chernser