-
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.
89540: sql: avoid starvation of validation after backfill r=fqazi a=fqazi Fixes: #84911 Previously, after a backfill queries inside validateIndexes could be starved by GC jobs due to the lack of a protected time stamp. Hence it was possible that these queries could run into retry errors. To avoid these errors we can setup a protected timestamp, so that the GC job doesn't interfere with these queries. Release note (bug fix): Index validation could be starved if it took longer then GC jobs for a given table. Protected timestamps are now created during index validation. Co-authored-by: Faizan Qazi <[email protected]>
- Loading branch information
Showing
12 changed files
with
440 additions
and
43 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
Oops, something went wrong.