mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
This commit is contained in:
parent
06f395d946
commit
5355f82448
@ -801,7 +801,7 @@ QueueRepresentation getQueueRepresentation(const std::list<ReplicatedMergeTreeLo
|
||||
return result;
|
||||
}
|
||||
|
||||
/// Try to understand which part we need to mutate to finish mutation. In ReplicatedQueue we have two set of parts:
|
||||
/// Try to understand which part we need to mutate to finish mutation. In ReplicatedQueue we have two sets of parts:
|
||||
/// current parts -- set of parts which we actually have (on disk)
|
||||
/// virtual parts -- set of parts which we will have after we will execute our queue
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user