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.
(0) encoded_datum.go:220: decoding unset EncDatum | string
(1) statement: SELECT * FROM _ AS _ ORDER BY _ DESC LIMIT _ OFFSET _
(see stack traces in additional data)
ifstream, ok:=m.stream.(distsqlpb.DistSQL_FlowStreamClient); ok {
in pkg/sql/distsqlrun.(*outbox).run
pkg/sql/sqlbase/encoded_datum.go in pkg/sql/sqlbase.(*EncDatum).EnsureDecoded at line 220
pkg/sql/sqlbase/encoded_datum.go in pkg/sql/sqlbase.(*EncDatum).Encode at line 265
pkg/sql/distsqlrun/stream_encoder.go in pkg/sql/distsqlrun.(*StreamEncoder).AddRow at line 146
pkg/sql/distsqlrun/outbox.go in pkg/sql/distsqlrun.(*outbox).addRow at line 130
pkg/sql/distsqlrun/outbox.go in pkg/sql/distsqlrun.(*outbox).mainLoop at line 293
pkg/sql/distsqlrun/outbox.go in pkg/sql/distsqlrun.(*outbox).run at line 413
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
Nov 7, 2019
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/1321600260/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/sqlbase/encoded_datum.go
Lines 219 to 221 in 1a14d34
cockroach/pkg/sql/sqlbase/encoded_datum.go
Lines 264 to 266 in 1a14d34
cockroach/pkg/sql/distsqlrun/stream_encoder.go
Lines 145 to 147 in 1a14d34
cockroach/pkg/sql/distsqlrun/outbox.go
Lines 129 to 131 in 1a14d34
cockroach/pkg/sql/distsqlrun/outbox.go
Lines 292 to 294 in 1a14d34
cockroach/pkg/sql/distsqlrun/outbox.go
Lines 412 to 414 in 1a14d34
v19.1.3
go1.11.6
The text was updated successfully, but these errors were encountered: