提交 4ae404f7 编写于 作者: A Alexey Milovidov

Implement #9137

上级 07479236
......@@ -4117,7 +4117,7 @@ void StorageReplicatedMergeTree::getStatus(Status & res, bool with_zk_fields)
if (zookeeper->exists(zookeeper_path + "/replicas/" + replica + "/is_active"))
++res.active_replicas;
}
catch (const Coordination::Exception & e)
catch (const Coordination::Exception &)
{
res.zookeeper_exception = getCurrentExceptionMessage(false);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册