clickhouse.rs
clickhouse.rs copied to clipboard
Improve handling of in-progress exceptions
See https://github.com/ClickHouse/ClickHouse/issues/46426#issuecomment-2449899064 for details.
https://github.com/ClickHouse/ClickHouse/pull/68800 has landed in 24.11
depends on https://github.com/ClickHouse/ClickHouse/issues/75175
It seems that the current check can skip the following exception (because it has Net prefix)
Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket (127.0.0.1:9000 -> 127.0.0.1:54646). (NETWORK_ERROR) (version 23.8.8.20 (official build))
https://github.com/ClickHouse/ClickHouse/pull/88818 is released in 25.11 so this can move forward now.