I have an issue that my select queries to an distributed table fails when one Replica is unavailable (e.g because of an rolling update):
Code: 198. DB::Exception: Received from localhost:9000. DB::Exception: Not found address of host: chi-instana-clickhouse-instana-1-0: While executing Remote. (DNS_ERROR)
I already tried to use skip_unavailable_shards = 1 for this query but I still get this error.
I am relatively new to clickhouse therefore i do not know if this is even indented to work?
Hi,
I have an issue that my select queries to an distributed table fails when one Replica is unavailable (e.g because of an rolling update):
Code: 198. DB::Exception: Received from localhost:9000. DB::Exception: Not found address of host: chi-instana-clickhouse-instana-1-0: While executing Remote. (DNS_ERROR)
I already tried to use skip_unavailable_shards = 1 for this query but I still get this error.
I am relatively new to clickhouse therefore i do not know if this is even indented to work?
https://clickhouse.com/docs/en/engines/table-engines/special/distributed/ if i read that correct clickhouse should select the next replica if one of the replicas failes.
i am Using an 4 Node Cluster with 2 shards and 2 replicas each