[fix](backup) clear snapshotInfos and backupMeta when cancel (#32646)

This commit is contained in:
xueweizhang
2024-03-22 11:06:25 +08:00
committed by yiguolei
parent a10466598b
commit 1c521cd94e

View File

@ -910,6 +910,9 @@ public class BackupJob extends AbstractJob {
}
}
// meta info and job info not need save in log when cancel, we need to clean them here
backupMeta = null;
jobInfo = null;
releaseSnapshots();
snapshotInfos.clear();