diff --git a/src/Interpreters/DDLWorker.cpp b/src/Interpreters/DDLWorker.cpp index d922b4438b9..feff049e114 100644 --- a/src/Interpreters/DDLWorker.cpp +++ b/src/Interpreters/DDLWorker.cpp @@ -1045,7 +1045,7 @@ void DDLWorker::createStatusDirs(const std::string & node_path, const ZooKeeperP if (is_currently_deleting) { cleanup_event->set(); - throw Exception(ErrorCodes::UNFINISHED, "Cannot create status dirs for {}, " + throw Exception(ErrorCodes::UNFINISHED, "Cannot create znodes (status) for {} in [Zoo]Keeper, " "most likely because someone is deleting it concurrently", node_path); }