You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.O-sentryOriginated from an in-the-wild panic report.
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)
pkg/sql/backfill.go in pkg/sql.validateFkInTxn at line 1885
pkg/sql/backfill.go in pkg/sql.(*SchemaChanger).validateConstraints.func2.1 at line 662
pkg/sql/backfill.go in pkg/sql.(*SchemaChanger).makeFixedTimestampRunner.func1.1 at line 133
pkg/sql/backfill.go in pkg/sql.(*SchemaChanger).fixedTimestampTxn.func1 at line 146
pkg/kv/db.go in pkg/kv.(*DB).Txn.func1 at line 707
pkg/kv/txn.go in pkg/kv.(*Txn).exec at line 811
pkg/kv/db.go in pkg/kv.(*DB).Txn at line 706
pkg/sql/backfill.go in pkg/sql.(*SchemaChanger).fixedTimestampTxn at line 144
pkg/sql/backfill.go in pkg/sql.(*SchemaChanger).makeFixedTimestampRunner.func1 at line 130
pkg/sql/backfill.go in pkg/sql.(*SchemaChanger).validateConstraints.func2 at line 644
pkg/util/ctxgroup/ctxgroup.go in pkg/util/ctxgroup.Group.GoCtx.func1 at line 166
vendor/golang.org/x/sync/errgroup/errgroup.go in golang.org/x/sync/errgroup.(*Group).Go.func1 at line 57
/usr/local/go/src/runtime/asm_amd64.s in runtime.goexit at line 1357
The text was updated successfully, but these errors were encountered:
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
Dec 2, 2020
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.1: foreign key does not exist during backfill
Dec 2, 2020
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.O-sentryOriginated from an in-the-wild panic report.
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/2068446889/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/backfill.go
Lines 1884 to 1886 in fe9afec
cockroach/pkg/sql/backfill.go
Lines 661 to 663 in fe9afec
cockroach/pkg/sql/backfill.go
Lines 132 to 134 in fe9afec
cockroach/pkg/sql/backfill.go
Lines 145 to 147 in fe9afec
cockroach/pkg/kv/db.go
Lines 706 to 708 in fe9afec
cockroach/pkg/kv/txn.go
Lines 810 to 812 in fe9afec
cockroach/pkg/kv/db.go
Lines 705 to 707 in fe9afec
cockroach/pkg/sql/backfill.go
Lines 143 to 145 in fe9afec
cockroach/pkg/sql/backfill.go
Lines 129 to 131 in fe9afec
cockroach/pkg/sql/backfill.go
Lines 643 to 645 in fe9afec
cockroach/pkg/util/ctxgroup/ctxgroup.go
Lines 165 to 167 in fe9afec
https://github.com/cockroachdb/cockroach/blob/fe9afecdaf3ffc41c6822897595e85451dad26f2/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.1
The text was updated successfully, but these errors were encountered: