-
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.
backupccl: set a low GC TTL on the temporary system tables
Cluster restore creates a temporary system table to hold system table data before transactionally writing it to the real system tables. This table is only persisted during the lifetime of the restore and is dropped at the end of the restore. It should be GC'd quickly since it's of no use after the restore finishes. Release note (bug fix): Ensure that auxilary tables used during cluster restore are GC'd quickly afterwards. Release justification: bug fix and UX improvement.
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 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