-
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.
40996: sql: fix lease interaction with offline tables r=dt a=pbardea This updates the lease management code to handle offline tables the same way dropped tables are handled. We are not supposed to be able to acquire a lease on offline tables (as well as dropped tables). Fixes #40951 and therefore #40361. Release justification: Fixes test flakes where a table descriptor lease is being taken on an offline table. Release note: None Co-authored-by: Paul Bardea <pbardea@gmail.com>
- Loading branch information
Showing
3 changed files
with
17 additions
and
12 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