Skip to content

Commit a940a9e

Browse files
authored
Merge pull request #69835 from den-crane/patch-75
Improve error message DDLWorker.cpp
2 parents 1e21ecc + 59eb09d commit a940a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interpreters/DDLWorker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ void DDLWorker::createStatusDirs(const std::string & node_path, const ZooKeeperP
10451045
if (is_currently_deleting)
10461046
{
10471047
cleanup_event->set();
1048-
throw Exception(ErrorCodes::UNFINISHED, "Cannot create status dirs for {}, "
1048+
throw Exception(ErrorCodes::UNFINISHED, "Cannot create znodes (status) for {} in [Zoo]Keeper, "
10491049
"most likely because someone is deleting it concurrently", node_path);
10501050
}
10511051

0 commit comments

Comments
 (0)