Skip to content

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

@jayshrivastava

Description

@jayshrivastava

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.

Metadata

Metadata

Assignees

Labels

A-schema-changesC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions