Preparation [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-06-25 06:43:59 +03:00
parent dbc61a6a43
commit 8f145da1e8

View File

@ -198,7 +198,7 @@ void ReplicatedMergeTreeBlockOutputStream::commitPart(zkutil::ZooKeeperPtr & zoo
ops.emplace_back(
std::make_unique<zkutil::Op::Create>(
storage.zookeeper_path + "/blocks/" + block_id,
"",
toString(part_number), /// We will able to know original part number for duplicate blocks, if we want.
acl,
zkutil::CreateMode::Persistent));