Update ReplicatedMergeTreeQueue.h

This commit is contained in:
Vadim 2018-08-09 19:24:37 +03:00 committed by GitHub
parent a133f20b33
commit fad1e37605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ public:
~ReplicatedMergeTreeQueue();
void initialize(const String & zookeeper_path_, const String & replica_path_, const String & logger_name_,
const MergeTreeData::DataParts & parts, zkutil::ZooKeeperPtr zookeeper);
const MergeTreeData::DataParts & parts);
/** Inserts an action to the end of the queue.
* To restore broken parts during operation.