-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
65797: backupccl: fix bug in failing backups r=pbardea a=pbardea Fixes a bug where backups progress updating goroutine may continue running even after the backup command itself fails. At worst, this results in a panic inside Google Cloud Storage's SDK since we attempt to write to a destination that was previously closed upon the backup failure. Release note (bug fix): fix a bug that could cause a node to crash in rare cases if a BACKUP writing to Google Cloud Storage failed Co-authored-by: Paul Bardea <[email protected]>
- Loading branch information
Showing
3 changed files
with
44 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters