提交 ced4f997 编写于 作者: qq_43633081's avatar qq_43633081 提交者: LINGuanRen

fix force cancel not work

上级 de61adfe
......@@ -2346,7 +2346,7 @@ int ObRootBackup::do_with_all_finished_info(const share::ObBaseBackupInfoStruct
LOG_WARN("failed to get stopped backup tenant result", K(ret), K(infos));
} else if (FALSE_IT(
status = (OB_SUCCESS == result ? ObExternBackupInfo::SUCCESS : ObExternBackupInfo::FAILED))) {
} else if (FALSE_IT(is_force_stop = (OB_CANCELED == result && is_force_cancel_()))) {
} else if (FALSE_IT(is_force_stop = is_force_cancel_())) {
} else if (OB_FAIL(update_extern_backup_infos(info, status, is_force_stop, extern_backup_info))) {
LOG_WARN("failed to do extern backup infos", K(ret), K(info), K(status));
} else if (OB_FAIL(update_sys_tenant_backup_task(sys_updater.get_trans(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册