CREATE TABLE IF NOT EXISTS one_db.hits_dist ON CLUSTER ua_cluster AS one_db.hits
ENGINE = Distributed(ua_cluster, one_db, hits)
┌─host─┬─port─┬─status─┬─error────────────────────────────────────────────────────────────────────────────────────────────────────────────┬─num_hosts_remaining─┬─num_hosts_active─┐
│ ch1 │ 9000 │ 60 │ Code: 60, e.displayText() = DB::Exception: Table one_db.hits doesn't exist. (version
20.3.8.53 (official build)) │ 3 │ 0 │
│ ch3 │ 9000 │ 60 │ Code: 60, e.displayText() = DB::Exception: Table one_db.hits doesn't exist. (version
20.3.8.53 (official build)) │ 2 │ 0 │
│ ch4 │ 9000 │ 60 │ Code: 60, e.displayText() = DB::Exception: Table one_db.hits doesn't exist. (version
20.3.8.53 (official build)) │ 1 │ 0 │
│ ch2 │ 9000 │ 0 │ │ 0 │ 0 │
└──────┴──────┴────────┴──────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────┴──────────────────┘
→ Progress: 0.00 rows, 0.00 B (0.00 rows/s., 0.00 B/s.) 0%Received exception from server (version 20.3.8):
Code: 60. DB::Exception: Received from localhost:9000. DB::Exception: There was an error on [ch1:9000]: Code: 60, e.displayText() = DB::Exception: Table one_db.hits doesn't exist. (version
20.3.8.53 (official build)).