-
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.
31530: sql: use schema change lease only for long running schema changes r=vivekmenezes a=vivekmenezes Schema changes like RENAME TABLE that only change the schema and run no data backfills need not need to hold the schema change lease. The schema change post processing normally happens on the gateway node. If the gateway fails, the post processing will be picked up by another node. If more than one node picks it up, they can all execute the post processing because it is idempotent. fixes #18983 Release note: None 31682: roachprod-stress: request traceback from all goroutines r=benesch a=benesch This makes debugging much easier. Release note: None Co-authored-by: Vivek Menezes <vivek@cockroachlabs.com> Co-authored-by: Nikhil Benesch <nikhil.benesch@gmail.com>
- Loading branch information
Showing
3 changed files
with
174 additions
and
88 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