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.
in pkg/sql/colexec.(*ParallelUnorderedSynchronizer).init.func1
/usr/local/go/src/runtime/asm_amd64.s#L1370-L1372 in runtime.goexit
pkg/sql/colexecerror/error.go in pkg/sql/colexecerror.CatchVectorizedRuntimeError.func1 at line 88
/usr/local/go/src/runtime/panic.go in runtime.gopanic at line 965
pkg/sql/colexecerror/error.go in pkg/sql/colexecerror.InternalError at line 192
pkg/sql/colexec/parallel_unordered_synchronizer.go in pkg/sql/colexec.(*ParallelUnorderedSynchronizer).Next at line 353
pkg/sql/colexec/hash_aggregator.go in pkg/sql/colexec.(*hashAggregator).Next at line 246
pkg/sql/colexec/disk_spiller.go in pkg/sql/colexec.(*diskSpillerBase).Next.func1 at line 198
pkg/sql/colexecerror/error.go in pkg/sql/colexecerror.CatchVectorizedRuntimeError at line 91
pkg/sql/colexec/disk_spiller.go in pkg/sql/colexec.(*diskSpillerBase).Next at line 196
pkg/sql/colexec/colexecbase/simple_project.go in pkg/sql/colexec/colexecbase.(*simpleProjectOp).Next at line 125
pkg/sql/colexec/parallel_unordered_synchronizer.go in pkg/sql/colexec.(*ParallelUnorderedSynchronizer).Init.func1.1 at line 185
pkg/sql/colexecerror/error.go in pkg/sql/colexecerror.CatchVectorizedRuntimeError at line 91
pkg/sql/colexec/parallel_unordered_synchronizer.go in pkg/sql/colexec.(*ParallelUnorderedSynchronizer).init.func1 at line 249
/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
Jul 15, 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/3428221635/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/colexecerror/error.go
Lines 87 to 89 in 11787ed
/usr/local/go/src/runtime/panic.go#L964-L966 in runtime.gopanic
cockroach/pkg/sql/colexecerror/error.go
Lines 191 to 193 in 11787ed
cockroach/pkg/sql/colexec/parallel_unordered_synchronizer.go
Lines 352 to 354 in 11787ed
cockroach/pkg/sql/colexec/hash_aggregator.go
Lines 245 to 247 in 11787ed
cockroach/pkg/sql/colexec/disk_spiller.go
Lines 197 to 199 in 11787ed
cockroach/pkg/sql/colexecerror/error.go
Lines 90 to 92 in 11787ed
cockroach/pkg/sql/colexec/disk_spiller.go
Lines 195 to 197 in 11787ed
cockroach/pkg/sql/colexec/colexecbase/simple_project.go
Lines 124 to 126 in 11787ed
cockroach/pkg/sql/colexec/parallel_unordered_synchronizer.go
Lines 184 to 186 in 11787ed
cockroach/pkg/sql/colexecerror/error.go
Lines 90 to 92 in 11787ed
cockroach/pkg/sql/colexec/parallel_unordered_synchronizer.go
Lines 248 to 250 in 11787ed
/usr/local/go/src/runtime/asm_amd64.s#L1370-L1372 in runtime.goexit
v21.2.9
Jira issue: CRDB-17687
The text was updated successfully, but these errors were encountered: