mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
Merge pull request #69835 from den-crane/patch-75
Improve error message DDLWorker.cpp
This commit is contained in:
commit
a940a9ebbc
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user