ensure force_restore_data is removed from zk

This commit is contained in:
Alexander Tokmakov 2022-12-12 14:27:35 +01:00
parent eaa7096c4e
commit d54f739836

View File

@ -142,6 +142,9 @@ void ReplicatedMergeTreeAttachThread::runImpl()
checkHasReplicaMetadataInZooKeeper(zookeeper, replica_path);
/// Just in case it was not removed earlier due to connection loss
zookeeper->tryRemove(replica_path + "/flags/force_restore_data");
String replica_metadata_version;
const bool replica_metadata_version_exists = zookeeper->tryGet(replica_path + "/metadata_version", replica_metadata_version);
if (replica_metadata_version_exists)