mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix typo in cluster name.
This commit is contained in:
parent
e67c002cb0
commit
ef3489762a
@ -263,7 +263,7 @@ ClusterPtr DatabaseReplicated::getClusterImpl() const
|
||||
std::vector<UInt8> DatabaseReplicated::tryGetAreReplicasActive(const ClusterPtr & cluster_) const
|
||||
{
|
||||
Strings paths;
|
||||
const auto & addresses_with_failover = cluster->getShardsAddresses();
|
||||
const auto & addresses_with_failover = cluster_->getShardsAddresses();
|
||||
const auto & shards_info = cluster_->getShardsInfo();
|
||||
for (size_t shard_index = 0; shard_index < shards_info.size(); ++shard_index)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user