let consistent_scn be the biggest max_tablet_checkpoint_scn_ of all the ls and the cur gts.

This commit is contained in:
hamstersox
2023-06-26 04:48:02 +00:00
committed by ob-robot
parent 95f5c8fa50
commit 799865e791
4 changed files with 19 additions and 10 deletions

View File

@ -848,7 +848,6 @@ int ObBackupDataScheduler::handle_execute_over(
} else {
// first get task from __all_backup_log_stream_task
ObBackupLSTaskAttr ls_attr;
ObSqlString extra_condition;
ObMySQLTransaction trans;
ObLSID ls_id(task->get_ls_id());
if (OB_FAIL(trans.start(sql_proxy_, gen_meta_tenant_id(task->get_tenant_id())))) {