fix auto delete cannot be scheduled

This commit is contained in:
WenJinyu
2023-07-07 08:42:25 +00:00
committed by ob-robot
parent 71a4190455
commit a540e2a72b
4 changed files with 48 additions and 3 deletions

View File

@ -496,6 +496,7 @@ int ObLSBackupCleanTask::post_rpc_result_(const int64_t result)
clean_ls_res.ls_id_ = ls_id_;
clean_ls_res.result_ = result;
clean_ls_res.trace_id_ = trace_id_;
clean_ls_res.dag_id_ = get_dag()->get_dag_id();
const int64_t cluster_id = GCONF.cluster_id;
const uint64_t meta_tenant_id = gen_meta_tenant_id(tenant_id_);
if (OB_ISNULL(GCTX.srv_rpc_proxy_) || OB_ISNULL(GCTX.location_service_)) {