提交 6bc30f22 编写于 作者: A Amos Bird

Guard `force_restore_data_flag_file` removal

resemble `force_drop_table` file
上级 3d9b1d10
......@@ -118,7 +118,14 @@ void loadMetadata(Context & context)
thread_pool.wait();
if (has_force_restore_data_flag)
force_restore_data_flag_file.remove();
try
{
force_restore_data_flag_file.remove();
}
catch (...)
{
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.
先完成此消息的编辑!
想要评论请 注册