Fix check_all_ls_restore_finish_ in clone scheduler

This commit is contained in:
lalalafeier
2023-12-18 23:17:38 +00:00
committed by ob-robot
parent f51fa99916
commit b165cdd507
4 changed files with 37 additions and 33 deletions

View File

@ -176,8 +176,9 @@ int ObCloneTenantExecutor::wait_clone_tenant_finished_(ObExecContext &ctx,
"DBA_OB_CLONE_PROGRESS or DBA_OB_CLONE_HISTORY",
failed_status.length(), failed_status.ptr()))) {
LOG_WARN("fail to append format", KR(tmp_ret), K(job_id), K(MTL_ID()));
} else {
LOG_USER_ERROR(OB_ERR_CLONE_TENANT, format_msg.string().length(), format_msg.ptr());
}
LOG_USER_ERROR(OB_ERR_CLONE_TENANT, format_msg.string().length(), format_msg.ptr());
}
}
}