-
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: immediately process resume spans during backup
Previously, we put resume spans returned from an export request back on the queue for processing. In a large cluster with a lot of work to do, this might result in the resume span being processed much later. This isn't great because (1) it means we don't get to take advantage of disk and block caching and (2) it means that the resume span has a smaller chance of ending up in the same SST as the original span. Release note: None
- Loading branch information
1 parent
04c6a1a
commit 4f0af41
Showing
1 changed file
with
175 additions
and
170 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