-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: descriptor is being dropped (SQLSTATE XXUUU) #57487
Copy link
Copy link
Closed
Labels
A-schema-changesC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-schema-changesC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.