Skip to content

Commit

Permalink
[fix](backup) clear snapshot info for cancelled backup job to reduce …
Browse files Browse the repository at this point in the history
…log size

Cherry-pick #32604
  • Loading branch information
w41ter committed Mar 21, 2024
1 parent 11f616f commit ee01abb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ private void cancelInternal() {
}

releaseSnapshots();
snapshotInfos.clear();

BackupJobState curState = state;
finishedTime = System.currentTimeMillis();
Expand Down

0 comments on commit ee01abb

Please sign in to comment.