mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
Fix build
This commit is contained in:
parent
c90ec72fde
commit
667aade4e3
@ -641,7 +641,7 @@ void StorageReplicatedMergeTree::waitMutationToFinishOnReplicas(
|
||||
/// Replica can become inactive, so wait with timeout, if nothing happened -> recheck it
|
||||
if (!wait_event->tryWait(1000))
|
||||
{
|
||||
LOG_TRACE(log, "Failed to wait for mutation '{}', will recheck", mutation_id)
|
||||
LOG_TRACE(log, "Failed to wait for mutation '{}', will recheck", mutation_id);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user