提交 8f145da1 编写于 作者: A Alexey Milovidov

Preparation [#CLICKHOUSE-2].

上级 dbc61a6a
...@@ -198,7 +198,7 @@ void ReplicatedMergeTreeBlockOutputStream::commitPart(zkutil::ZooKeeperPtr & zoo ...@@ -198,7 +198,7 @@ void ReplicatedMergeTreeBlockOutputStream::commitPart(zkutil::ZooKeeperPtr & zoo
ops.emplace_back( ops.emplace_back(
std::make_unique<zkutil::Op::Create>( std::make_unique<zkutil::Op::Create>(
storage.zookeeper_path + "/blocks/" + block_id, storage.zookeeper_path + "/blocks/" + block_id,
"", toString(part_number), /// We will able to know original part number for duplicate blocks, if we want.
acl, acl,
zkutil::CreateMode::Persistent)); zkutil::CreateMode::Persistent));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册