This commit is contained in:
hamstersox
2022-11-14 03:13:22 +00:00
committed by wangzelin.wzl
parent ae36be9c5b
commit 1173ce6b95
3 changed files with 11 additions and 9 deletions

View File

@ -109,6 +109,7 @@ int ObBackupDataScheduler::get_need_reload_task(
LOG_INFO("[DATA_BACKUP]no job need to reload");
} else {
for (int64_t i = 0; OB_SUCC(ret) && i < jobs.count(); ++i) {
ls_tasks.reset();
const ObBackupJobAttr &job = jobs.at(i);
ObBackupSetTaskAttr set_task_attr;
bool is_valid = true;