mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix build
This commit is contained in:
parent
76b8d9d85f
commit
797df22418
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user