This commit is contained in:
root 2018-11-20 18:50:42 +08:00
parent cc7ec374d5
commit f69524cf49

View File

@ -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_)