-
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
sql: v20.2.3: foreign key does not exist during backfill #63237
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
Apr 7, 2021
Same as #57376 |
yuzefovich
changed the title
sentry: backfill.go:1885: foreign key × does not exist
--
*errutil.leafError: foreign key × does not exist (1)
backfill.go:1885: *withstack.withStack (top exception)
*assert.withAssertionFailure
(check the extra data payloads)
sql: v20.2.3: foreign key does not exist during backfill
Apr 8, 2021
Mystery. Don't know how to reproduce. Maybe something to do with dropping the referenced column or something. Closing as unactionable but there's a bug here somewhere. |
This was referenced Apr 16, 2021
This was referenced Apr 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/2324059169/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/backfill.go
Lines 1884 to 1886 in 89dd2d1
cockroach/pkg/sql/backfill.go
Lines 661 to 663 in 89dd2d1
cockroach/pkg/sql/backfill.go
Lines 132 to 134 in 89dd2d1
cockroach/pkg/sql/backfill.go
Lines 145 to 147 in 89dd2d1
cockroach/pkg/kv/db.go
Lines 706 to 708 in 89dd2d1
cockroach/pkg/kv/txn.go
Lines 810 to 812 in 89dd2d1
cockroach/pkg/kv/db.go
Lines 705 to 707 in 89dd2d1
cockroach/pkg/sql/backfill.go
Lines 143 to 145 in 89dd2d1
cockroach/pkg/sql/backfill.go
Lines 129 to 131 in 89dd2d1
cockroach/pkg/sql/backfill.go
Lines 643 to 645 in 89dd2d1
cockroach/pkg/util/ctxgroup/ctxgroup.go
Lines 165 to 167 in 89dd2d1
https://github.com/cockroachdb/cockroach/blob/89dd2d14c29787378c434ed54937757ef5d9877c/vendor/golang.org/x/sync/errgroup/errgroup.go#L56-L58 in golang.org/x/sync/errgroup.(*Group).Go.func1
/usr/local/go/src/runtime/asm_amd64.s#L1356-L1358 in runtime.goexit
v20.2.3
The text was updated successfully, but these errors were encountered: