-
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.
103523: kv: split out liveness persistence r=erikgrinaker a=andrewbaptist The liveness code deals with both in-memory and persistent versions internally. This change simplifies and makes the usage of the underlying storage more consistent. Epic: none Release note: None 103953: changefeedccl: cleanup tempfile in test r=miretskiy a=stevendanna It's nice to clean things up. Epic: none Release note: None 103965: backupccl: speed up full cluster backup/restore tests r=adityamaru,healthy-pod a=stevendanna CREATE USER and ALTER USER create schema change jobs in order to bump the descriptor version on the users and role_options tables in order to refresh the authentication cache. Adding these users in a single transaction means we only need to wait for 3 such jobs rather than 3000 jobs. This is particularly useful since we occasionally observe massive slow downs in processing these jobs. While we should get to the bottom of such slow downs, let's not slow down CI. Supersedes #81276 Epic: none Release note: None Co-authored-by: Andrew Baptist <[email protected]> Co-authored-by: Steven Danna <[email protected]>
- Loading branch information
Showing
7 changed files
with
317 additions
and
291 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.