Clickhouse: ON CLUSTER not working in latest update

Created on 17 Mar 2018  路  1Comment  路  Source: ClickHouse/ClickHouse

Query:
CREATE TABLE shard1.facts_test_2 on cluster motiv_1s2r (
...
)
ENGINE = ReplicatedReplacingMergeTree('/clickhouse/tables/facts_test_2', '{server}') PARTITION BY (toYear(time), toMonth(time))
ORDER BY
(mpid, siteid, time) SETTINGS index_granularity = 8192

Returns:
click1 9000 49 Code: 49, e.displayText() = DB::Exception: Query id cannot be empty, e.what() = DB::Exception 1 0
click2 9000 49 Code: 49, e.displayText() = DB::Exception: Query id cannot be empty, e.what() = DB::Exception 0 0

This occurs both within Tabix and running on clickhouse-client. Running without ON CLUSTER is fine.

Most helpful comment

We have fixed it in 1.1.54370.

>All comments

We have fixed it in 1.1.54370.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fizerkhan picture fizerkhan  路  3Comments

innerr picture innerr  路  3Comments

goranc picture goranc  路  3Comments

derekperkins picture derekperkins  路  3Comments

jangorecki picture jangorecki  路  3Comments