Fix build

This commit is contained in:
alesapin 2021-09-14 14:45:33 +03:00
parent 76b8d9d85f
commit 797df22418

View File

@ -4996,7 +4996,7 @@ void StorageReplicatedMergeTree::alter(
else if (rc == Coordination::Error::ZBADVERSION)
{
if (results[0]->error != Coordination::Error::ZOK)
throw Exception("Metadata on replica is not up to date with common metadata in Zookeeper. It means that this replica still not applied some of previous alters.
throw Exception("Metadata on replica is not up to date with common metadata in Zookeeper. It means that this replica still not applied some of previous alters."
" Probably too many alters executing concurrently (highly not recommended). You can retry this error",
ErrorCodes::CANNOT_ASSIGN_ALTER);