提交 e37c0633 编写于 作者: N Nikolai Kochetov

Fix build.

上级 d58b996f
...@@ -3977,8 +3977,7 @@ void StorageReplicatedMergeTree::waitForAllReplicasToProcessLogEntry(const Repli ...@@ -3977,8 +3977,7 @@ void StorageReplicatedMergeTree::waitForAllReplicasToProcessLogEntry(const Repli
{ {
if (wait_for_non_active || zookeeper->exists(zookeeper_path + "/replicas/" + replica + "/is_active")) if (wait_for_non_active || zookeeper->exists(zookeeper_path + "/replicas/" + replica + "/is_active"))
{ {
if (!waitForReplicaToProcessLogEntry(replica, entry, wait_for_non_active)) waitForReplicaToProcessLogEntry(replica, entry);
unwaited.push_back(replica);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册