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.
error.go:90: unexpected error from the vectorized engine: ×
--
*barriers.barrierError
*errutil.withPrefix: unexpected error from the vectorized engine (1)
error.go:90: *withstack.withStack (top exception)
*assert.withAssertionFailure
(check the extra data payloads)
retErr=errors.NewAssertionErrorWithWrappedErrf(err, "unexpected error from the vectorized engine")
}
in pkg/sql/colexecbase/colexecerror.CatchVectorizedRuntimeError.func1
/usr/local/go/src/runtime/panic.go#L678-L680 in runtime.gopanic
/usr/local/go/src/runtime/iface.go#L254-L256 in runtime.panicdottypeE
in pkg/sql/pgwire.(*conn).processCommandsAsync.func1
/usr/local/go/src/runtime/asm_amd64.s#L1356-L1358 in runtime.goexit
pkg/sql/colexecbase/colexecerror/error.go in pkg/sql/colexecbase/colexecerror.CatchVectorizedRuntimeError.func1 at line 90
/usr/local/go/src/runtime/panic.go in runtime.gopanic at line 679
/usr/local/go/src/runtime/iface.go in runtime.panicdottypeE at line 255
pkg/col/coldata/vec.go in pkg/col/coldata.(*memColumn).Int64 at line 226
pkg/sql/colexec/ordered_synchronizer.eg.go in pkg/sql/colexec.(*OrderedSynchronizer).Next.func1 at line 187
pkg/sql/colmem/allocator.go in pkg/sql/colmem.(*Allocator).PerformOperation at line 286
pkg/sql/colexec/ordered_synchronizer.eg.go in pkg/sql/colexec.(*OrderedSynchronizer).Next at line 126
pkg/sql/colexec/operator.go in pkg/sql/colexec.(*noopOperator).Next at line 238
pkg/sql/colexec/materializer.go in pkg/sql/colexec.(*Materializer).next at line 222
pkg/sql/colexec/materializer.go in pkg/sql/colexec.(*Materializer).nextAdapter at line 247
pkg/sql/colexecbase/colexecerror/error.go in pkg/sql/colexecbase/colexecerror.CatchVectorizedRuntimeError at line 93
pkg/sql/colexec/materializer.go in pkg/sql/colexec.(*Materializer).Next at line 253
pkg/sql/execinfra/base.go in pkg/sql/execinfra.Run at line 170
pkg/sql/execinfra/processorsbase.go in pkg/sql/execinfra.(*ProcessorBase).Run at line 775
pkg/sql/flowinfra/flow.go in pkg/sql/flowinfra.(*FlowBase).Run at line 392
pkg/sql/distsql_running.go in pkg/sql.(*DistSQLPlanner).Run at line 422
pkg/sql/distsql_running.go in pkg/sql.(*DistSQLPlanner).PlanAndRun at line 1002
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).execWithDistSQLEngine at line 1001
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).dispatchToExecutionEngine at line 872
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).execStmtInOpenState at line 639
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).execStmt at line 114
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).execPortal at line 203
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).execCmd.func2 at line 1533
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).execCmd at line 1535
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).run at line 1391
pkg/sql/conn_executor.go in pkg/sql.(*Server).ServeConn at line 508
pkg/sql/pgwire/conn.go in pkg/sql/pgwire.(*conn).processCommandsAsync.func1 at line 626
/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 24, 2020
yuzefovich
changed the title
sentry: error.go:90: unexpected error from the vectorized engine: ×
--
*barriers.barrierError
*errutil.withPrefix: unexpected error from the vectorized engine (1)
error.go:90: *withstack.withStack (top exception)
*assert.withAssertionFailure
(check the extra data payloads)
sql: v20.2.2: type mismatch in the vectorized engine
Dec 25, 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/2112025010/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/colexecbase/colexecerror/error.go
Lines 89 to 91 in 92d9495
/usr/local/go/src/runtime/panic.go#L678-L680 in runtime.gopanic
/usr/local/go/src/runtime/iface.go#L254-L256 in runtime.panicdottypeE
cockroach/pkg/col/coldata/vec.go
Lines 225 to 227 in 92d9495
cockroach/pkg/sql/colexec/ordered_synchronizer.eg.go
Lines 186 to 188 in 92d9495
cockroach/pkg/sql/colmem/allocator.go
Lines 285 to 287 in 92d9495
cockroach/pkg/sql/colexec/ordered_synchronizer.eg.go
Lines 125 to 127 in 92d9495
cockroach/pkg/sql/colexec/operator.go
Lines 237 to 239 in 92d9495
cockroach/pkg/sql/colexec/materializer.go
Lines 221 to 223 in 92d9495
cockroach/pkg/sql/colexec/materializer.go
Lines 246 to 248 in 92d9495
cockroach/pkg/sql/colexecbase/colexecerror/error.go
Lines 92 to 94 in 92d9495
cockroach/pkg/sql/colexec/materializer.go
Lines 252 to 254 in 92d9495
cockroach/pkg/sql/execinfra/base.go
Lines 169 to 171 in 92d9495
cockroach/pkg/sql/execinfra/processorsbase.go
Lines 774 to 776 in 92d9495
cockroach/pkg/sql/flowinfra/flow.go
Lines 391 to 393 in 92d9495
cockroach/pkg/sql/distsql_running.go
Lines 421 to 423 in 92d9495
cockroach/pkg/sql/distsql_running.go
Lines 1001 to 1003 in 92d9495
cockroach/pkg/sql/conn_executor_exec.go
Lines 1000 to 1002 in 92d9495
cockroach/pkg/sql/conn_executor_exec.go
Lines 871 to 873 in 92d9495
cockroach/pkg/sql/conn_executor_exec.go
Lines 638 to 640 in 92d9495
cockroach/pkg/sql/conn_executor_exec.go
Lines 113 to 115 in 92d9495
cockroach/pkg/sql/conn_executor_exec.go
Lines 202 to 204 in 92d9495
cockroach/pkg/sql/conn_executor.go
Lines 1532 to 1534 in 92d9495
cockroach/pkg/sql/conn_executor.go
Lines 1534 to 1536 in 92d9495
cockroach/pkg/sql/conn_executor.go
Lines 1390 to 1392 in 92d9495
cockroach/pkg/sql/conn_executor.go
Lines 507 to 509 in 92d9495
cockroach/pkg/sql/pgwire/conn.go
Lines 625 to 627 in 92d9495
/usr/local/go/src/runtime/asm_amd64.s#L1356-L1358 in runtime.goexit
v20.2.2
The text was updated successfully, but these errors were encountered: