-
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.
49221: sql: deal with retriable errors in `DROP INDEX` r=spaskob,lucy-zhang a=ajwerner Prior to this commit we would assume any error while retrieving a descriptor during the execution of `DROP INDEX` was an assertion failure. This was overly paranoid. Plenty of retriable errors are possible (and furthermore so are errors due to shutdown). The only error we should freak out about is if we discover the relation is not defined. Fixes #48474. Release note (bug fix): Fix bug where contended `DROP INDEX` queries return an assertion failure error rather than a retriable error. 49224: kv: include lease epoch in RangeInfo.CTEntry r=nvanbenschoten a=nvanbenschoten Should help with debugging. Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]>
- Loading branch information
Showing
7 changed files
with
247 additions
and
70 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.