mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Better comment
This commit is contained in:
parent
82a87bc0d2
commit
27777c1d2b
@ -256,7 +256,7 @@ StorageReplicatedMergeTree::StorageReplicatedMergeTree(
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/// In old tables this node may missing
|
/// In old tables this node may missing or be empty
|
||||||
String replica_metadata;
|
String replica_metadata;
|
||||||
bool replica_metadata_exists = current_zookeeper->tryGet(replica_path + "/metadata", replica_metadata);
|
bool replica_metadata_exists = current_zookeeper->tryGet(replica_path + "/metadata", replica_metadata);
|
||||||
if (!replica_metadata_exists || replica_metadata.empty())
|
if (!replica_metadata_exists || replica_metadata.empty())
|
||||||
|
Loading…
Reference in New Issue
Block a user