未验证 提交 58c9746a 编写于 作者: A alexey-milovidov 提交者: GitHub

Update loadMetadata.cpp

上级 6bc30f22
...@@ -118,6 +118,7 @@ void loadMetadata(Context & context) ...@@ -118,6 +118,7 @@ void loadMetadata(Context & context)
thread_pool.wait(); thread_pool.wait();
if (has_force_restore_data_flag) if (has_force_restore_data_flag)
{
try try
{ {
force_restore_data_flag_file.remove(); force_restore_data_flag_file.remove();
...@@ -126,6 +127,7 @@ void loadMetadata(Context & context) ...@@ -126,6 +127,7 @@ void loadMetadata(Context & context)
{ {
tryLogCurrentException("Load metadata", "Can't remove force restore file to enable data santity checks"); tryLogCurrentException("Load metadata", "Can't remove force restore file to enable data santity checks");
} }
}
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册