mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
better
This commit is contained in:
parent
cc7ec374d5
commit
f69524cf49
@ -3906,7 +3906,7 @@ const Cluster::Address & StorageReplicatedMergeTree::findClusterAddress(Replicat
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw Exception("Not found replicate leader host " + leader_address.host + ":" + leader_address.queries_port, ErrorCodes::INCONSISTENT_CLUSTER_DEFINITION);
|
throw Exception("Not found replicate leader host " + leader_address.host + ":" + DB::toString(leader_address.queries_port) + ", Please check your metrika.xml", ErrorCodes::INCONSISTENT_CLUSTER_DEFINITION);
|
||||||
}
|
}
|
||||||
|
|
||||||
void StorageReplicatedMergeTree::getQueue(LogEntriesData & res, String & replica_name_)
|
void StorageReplicatedMergeTree::getQueue(LogEntriesData & res, String & replica_name_)
|
||||||
|
Loading…
Reference in New Issue
Block a user