提交 7da5e927 编写于 作者: A Alexander Tokmakov

fix

上级 b94cc5c4
......@@ -460,9 +460,6 @@ void StorageReplicatedMergeTree::waitMutationToFinishOnReplicas(
if (!inactive_replicas.empty())
{
if (inactive_replicas.empty())
throw Exception(ErrorCodes::UNFINISHED, "Mutation is not finished, it will be done asynchronously");
throw Exception(ErrorCodes::UNFINISHED,
"Mutation is not finished because some replicas are inactive right now: {}. Mutation will be done asynchronously",
boost::algorithm::join(inactive_replicas, ", "));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册