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
sentry: fetcher.go:1646: transaction committed but schema change aborted with error: (×): Non-nullable column "×:×" with no value! Index scanned was × with the index key columns (×) and the values (×) -- *err...
#93947
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.
fetcher.go:1646: transaction committed but schema change aborted with error: (×): Non-nullable column "×:×" with no value! Index scanned was × with the index key columns (×) and the values (×)
--
*errutil.leafError: Non-nullable column "×:×" with no value! Index scanned was × with the index key columns (×) and the values (×) (1)
fetcher.go:1646: *withstack.withStack (top exception)
*assert.withAssertionFailure
*errutil.withPrefix: transaction committed but schema change aborted with error: (×) (2)
conn_executor.go:2667: *withstack.withStack (3)
*pgerror.withCandidateCode: XXA00 (4)
*hintdetail.withHint
*issuelink.withIssueLink: #42061 (5)
(check the extra data payloads)
in pkg/sql/pgwire.(*conn).processCommandsAsync.func1
/usr/local/go/src/runtime/asm_amd64.s#L1370-L1372 in runtime.goexit
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).txnStateTransitionsApplyWrapper.func1 at line 2667
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).txnStateTransitionsApplyWrapper at line 2687
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).execCmd at line 1858
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).run at line 1631
pkg/sql/conn_executor.go in pkg/sql.(*Server).ServeConn at line 670
pkg/sql/pgwire/conn.go in pkg/sql/pgwire.(*conn).processCommandsAsync.func1 at line 648
/usr/local/go/src/runtime/asm_amd64.s in runtime.goexit at line 1371
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 19, 2022
exalate-issue-syncbot
changed the title
sentry: fetcher.go:1646: transaction committed but schema change aborted with error: (×): Non-nullable column "×:×" with no value! Index scanned was × with the index key columns (×) and the values (×)
--
*err...
sentry: fetcher.go:1646: transaction committed but schema change aborted with error: (×): Non-nullable column "×:×" with no value! Index scanned was × with the index key columns (×) and the values (×) -- *err...
Dec 21, 2022
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/3823623277/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/conn_executor.go
Lines 2666 to 2668 in af7f257
cockroach/pkg/sql/conn_executor.go
Lines 2686 to 2688 in af7f257
cockroach/pkg/sql/conn_executor.go
Lines 1857 to 1859 in af7f257
cockroach/pkg/sql/conn_executor.go
Lines 1630 to 1632 in af7f257
cockroach/pkg/sql/conn_executor.go
Lines 669 to 671 in af7f257
cockroach/pkg/sql/pgwire/conn.go
Lines 647 to 649 in af7f257
/usr/local/go/src/runtime/asm_amd64.s#L1370-L1372 in runtime.goexit
v21.2.2
Jira issue: CRDB-22609
The text was updated successfully, but these errors were encountered: