(cherry picked from commit 76c75c947e)
This commit is contained in:
franklee 2020-06-09 10:16:47 +08:00 committed by Nikita Mikhaylov
parent 264e44ecef
commit afa666792b

View File

@ -495,7 +495,7 @@ void DDLWorker::parseQueryAndResolveHost(DDLTask & task)
if(default_database == address.default_database)
{
throw Exception(
"There are two exactly the same Snowball instances " + address.readableString() + " in cluster "
"There are two exactly the same ClickHouse instances " + address.readableString() + " in cluster "
+ task.cluster_name, ErrorCodes::INCONSISTENT_CLUSTER_DEFINITION);
}
else ///circular replication is used.