using backup time zone to analysis restore time stamp

This commit is contained in:
hamstersox
2023-07-24 03:12:37 +00:00
committed by ob-robot
parent 86fa74323f
commit ae729891e5
13 changed files with 368 additions and 147 deletions

View File

@ -357,7 +357,7 @@ int ObLSBackupMetaDagNet::start_running()
} else if (OB_ISNULL(dag_scheduler = MTL(ObTenantDagScheduler *))) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("dag scheduler must not be NULL", K(ret));
} else if (param_.convert_to(init_param)) {
} else if (OB_FAIL(param_.convert_to(init_param))) {
LOG_WARN("failed to convert to init param", K(ret));
} else if (OB_FALSE_IT(init_param.backup_stage_ = start_stage_)) {
} else if (OB_FAIL(inner_init_before_run_())) {