-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
83083: sql: ensure more mutexes get properly unlocked in case of panic r=rafiss,ajwerner a=knz Fixes #83078. Informs #83080. 83151: backupccl: make checkpoint interval configurable r=adityamaru,benbardin a=stevendanna This PR makes the interval between checkpoints configurable and also excludes the processing time of the checkpoint itself from that interval. The goal of this change is to potentially address issues we've seen in large clusters that we currently believe can be attributed to the backup process slowing down substantially once it takes a minute or longer to marshall, compress, and write the progress checkpoint. Release note (ops change): A new setting `bulkio.backup.checkpoint_interval` controls the minimum interval between writes of progress checkpoints to external storage. Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Steven Danna <[email protected]>
- Loading branch information
Showing
18 changed files
with
364 additions
and
341 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
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
Oops, something went wrong.