mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update StorageReplicatedMergeTree.cpp
This commit is contained in:
parent
27777c1d2b
commit
ead277b717
@ -276,7 +276,7 @@ StorageReplicatedMergeTree::StorageReplicatedMergeTree(
|
|||||||
{
|
{
|
||||||
/// This replica was created with old clickhouse version, so we have
|
/// This replica was created with old clickhouse version, so we have
|
||||||
/// to take version of global node. If somebody will alter our
|
/// to take version of global node. If somebody will alter our
|
||||||
/// table, than we will fill /metadata_version node in zookeeper.
|
/// table, then we will fill /metadata_version node in zookeeper.
|
||||||
/// Otherwise on the next restart we can again use version from
|
/// Otherwise on the next restart we can again use version from
|
||||||
/// shared metadata node because it was not changed.
|
/// shared metadata node because it was not changed.
|
||||||
Coordination::Stat metadata_stat;
|
Coordination::Stat metadata_stat;
|
||||||
|
Loading…
Reference in New Issue
Block a user