Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: descriptor is being dropped (SQLSTATE XXUUU) #57487

Closed
jayshrivastava opened this issue Dec 3, 2020 · 1 comment · Fixed by #61493
Closed

sql: descriptor is being dropped (SQLSTATE XXUUU) #57487

jayshrivastava opened this issue Dec 3, 2020 · 1 comment · Fixed by #61493
Assignees
Labels
A-schema-changes C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.

Comments

@jayshrivastava
Copy link
Contributor

jayshrivastava commented Dec 3, 2020

Describe the problem

In the following roachtests, sometimes DDLs cause a "descriptor is being dropped" error. Ex:

CREATE TYPE schema1.enum113 AS ENUM ('fd', 'sfd');
***FAIL; Expected no errors, but got ERROR: descriptor is being dropped (SQLSTATE XXUUU)

Repros (roachtest)
#56230 (comment)
#56230 (comment)
#56230 (comment)
#56230 (comment)
#56235 (comment)
#56235 (comment)
#56230 (comment)
#56230 (comment)

Expected Behaviour
There should not be an error.

@jayshrivastava jayshrivastava added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. A-schema-changes labels Dec 3, 2020
@jordanlewis
Copy link
Member

This will be closed by #59635.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-schema-changes C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Projects
None yet
3 participants