[fix](backup) clear snapshotInfos and backupMeta when cancel (#32646)
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user