mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
Fxi
This commit is contained in:
parent
667aade4e3
commit
9b14d17d7b
@ -673,7 +673,8 @@ void StorageReplicatedMergeTree::waitMutationToFinishOnReplicas(
|
||||
/// they will happen on each replica, so we can check only in-memory info.
|
||||
auto mutation_status = queue.getIncompleteMutationsStatus(mutation_id, &mutation_ids);
|
||||
checkMutationStatus(mutation_status, mutation_ids);
|
||||
chassert(mutation_status.is_done);
|
||||
/// Mutation should be done or we should throw exception
|
||||
chassert(mutation_status->is_done);
|
||||
}
|
||||
|
||||
if (!inactive_replicas.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user