-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
catalog: v22.1.9: referencing table was dropped without dependency unlinking #91645
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Comments
cockroach-teamcity
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
labels
Nov 10, 2022
Seems like this is root caused by #82087, which is fixed but old clusters which encountered that bug will be plagued by these problems. |
This is not related exactly to #82087, it's related to some cancellation of schema changes. |
This error message is easily reproducible with #91972 (though I suppose it's possible that this Sentry report was generated via different means). |
yuzefovich
changed the title
sentry: type_desc.go:689: type × (184): referencing table 1045 was dropped without dependency unlinking
(1)
Wraps: (2) keys: [sql.schema.validation_errors.read.cross_references.type sql.schema.validation_erro...
catalog: v22.1.9: referencing table was dropped without dependency unlinking
Nov 16, 2022
This was referenced Nov 16, 2022
#63161 will fix this |
This was referenced Nov 30, 2022
This was referenced Jan 19, 2023
This was referenced Apr 4, 2023
exalate-issue-sync
bot
added
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
and removed
T-sql-schema-deprecated
Use T-sql-foundations instead
labels
May 10, 2023
This was referenced Nov 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
This issue was autofiled by Sentry. It represents a crash or reported error on a live cluster with telemetry enabled.
Sentry link: https://sentry.io/organizations/cockroach-labs/issues/3731414904/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/catalog/internal/validate/validate.go
Lines 219 to 221 in e438c2f
cockroach/pkg/sql/catalog/internal/validate/validate.go
Lines 148 to 150 in e438c2f
cockroach/pkg/sql/catalog/typedesc/type_desc.go
Lines 688 to 690 in e438c2f
cockroach/pkg/sql/catalog/internal/validate/validate.go
Lines 76 to 78 in e438c2f
cockroach/pkg/sql/catalog/internal/validate/validate.go
Lines 164 to 166 in e438c2f
cockroach/pkg/sql/catalog/internal/validate/validate.go
Lines 71 to 73 in e438c2f
cockroach/pkg/sql/catalog/nstree/catalog.go
Lines 143 to 145 in e438c2f
cockroach/pkg/sql/catalog/descs/kv_descriptors.go
Lines 278 to 280 in e438c2f
cockroach/pkg/sql/catalog/descs/collection.go
Lines 283 to 285 in e438c2f
cockroach/pkg/sql/crdb_internal.go
Lines 425 to 427 in e438c2f
cockroach/pkg/sql/virtual_table.go
Lines 126 to 128 in e438c2f
cockroach/pkg/util/stop/stopper.go
Lines 493 to 495 in e438c2f
GOROOT/src/runtime/asm_amd64.s#L1580-L1582 in runtime.goexit
v22.1.9
Jira issue: CRDB-21361
The text was updated successfully, but these errors were encountered: