Merge pull request #27792 from ClickHouse/tavplubix-patch-3

Remove hardening for watches in DDLWorker
This commit is contained in:
tavplubix 2021-08-17 20:48:23 +03:00 committed by GitHub
commit 09596e0902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1175,7 +1175,6 @@ void DDLWorker::runMainThread()
new_stat.numChildren,
new_stat.pzxid);
context->getZooKeeperLog()->flush();
abort();
}
}
}