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.
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/colflow.(*vectorizedFlowCreatorHelper).accumulateAsyncComponent.func1.1
/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/routers.go in pkg/sql/colexec.(*HashRouter).processNextBatch at line 726
pkg/sql/colexec/routers.go in pkg/sql/colexec.(*HashRouter).Run.func1.1 at line 661
pkg/sql/colexecbase/colexecerror/error.go in pkg/sql/colexecbase/colexecerror.CatchVectorizedRuntimeError at line 93
pkg/sql/colexec/routers.go in pkg/sql/colexec.(*HashRouter).Run.func1 at line 699
pkg/sql/colexecbase/colexecerror/error.go in pkg/sql/colexecbase/colexecerror.CatchVectorizedRuntimeError at line 93
pkg/sql/colexec/routers.go in pkg/sql/colexec.(*HashRouter).Run at line 657
pkg/sql/colflow/vectorized_flow.go in pkg/sql/colflow.(*vectorizedFlowCreator).setupRouter.func1 at line 664
pkg/sql/colflow/vectorized_flow.go in pkg/sql/colflow.(*vectorizedFlowCreatorHelper).accumulateAsyncComponent.func1.1 at line 1204
/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
Jan 29, 2021
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/2186892097/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/colexecbase/colexecerror/error.go
Lines 89 to 91 in 89dd2d1
/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 89dd2d1
cockroach/pkg/sql/colexec/ordered_synchronizer.eg.go
Lines 186 to 188 in 89dd2d1
cockroach/pkg/sql/colmem/allocator.go
Lines 285 to 287 in 89dd2d1
cockroach/pkg/sql/colexec/ordered_synchronizer.eg.go
Lines 125 to 127 in 89dd2d1
cockroach/pkg/sql/colexec/operator.go
Lines 237 to 239 in 89dd2d1
cockroach/pkg/sql/colexec/routers.go
Lines 725 to 727 in 89dd2d1
cockroach/pkg/sql/colexec/routers.go
Lines 660 to 662 in 89dd2d1
cockroach/pkg/sql/colexecbase/colexecerror/error.go
Lines 92 to 94 in 89dd2d1
cockroach/pkg/sql/colexec/routers.go
Lines 698 to 700 in 89dd2d1
cockroach/pkg/sql/colexecbase/colexecerror/error.go
Lines 92 to 94 in 89dd2d1
cockroach/pkg/sql/colexec/routers.go
Lines 656 to 658 in 89dd2d1
cockroach/pkg/sql/colflow/vectorized_flow.go
Lines 663 to 665 in 89dd2d1
cockroach/pkg/sql/colflow/vectorized_flow.go
Lines 1203 to 1205 in 89dd2d1
/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: