Reputation: 478
I am trying to use clickhouse keeper as per the given article https://kb.altinity.com/altinity-kb-setup-and-maintenance/altinity-kb-zookeeper/clickhouse-keeper/
When I replace the hostname1 and hostname2 with my remote server ips, I'm getting error as->
Able to complete configuration with https://clickhouse.com/docs/en/guides/sre/clickhouse-keeper But whenever running a query on cluster getting error
DB::Exception: Received from localhost:9000.
DB::Exception: Watching task /clickhouse/task_queue/ddl/query-0000000003
is executing longer than distributed_ddl_task_timeout (=180) seconds.
There are 2 unfinished hosts (0 of them are currently active),
they are going to execute the query in background. (TIMEOUT_EXCEEDED)
After running
FROM system.clusters
is_local for nodes is 0
Upvotes: 0
Views: 4869
Reputation: 23
It's an issue with the port configuration. This GitHub issue should answer this question: https://github.com/ClickHouse/ClickHouse/issues/36750
Upvotes: 1