-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
colexec: v20.1.3: unknown type error from cfetcher #56225
Comments
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 3, 2020
|
yuzefovich
changed the title
sentry: *barriers.barrierError: -- details for github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/errors/withstack/*withstack.withStack::: (1)
*errutil.withMessage
*safedetails.withSafeDetails: unexpected error from the vectorized runtime (2)
error.go:92: *withstack.withStack (3)
*assert.withAssertionFailure
*contexttags.withContext: n<*base.NodeIDContainer> (4)
*contexttags.withContext: n<*base.NodeIDContainer> (5)
(check the extra data payloads)
colexec: v20.1.3: unknown type error from cfetcher
Nov 3, 2020
What we need to do here is mark the type safe to be printed (search for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/2003521025/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/colexec/execerror/error.go
Lines 91 to 93 in 7fd454f
/usr/local/go/src/runtime/panic.go#L678-L680 in runtime.gopanic
cockroach/pkg/sql/colexec/execerror/error.go
Lines 191 to 193 in 7fd454f
cockroach/pkg/sql/colexec/colbatch_scan.go
Lines 69 to 71 in 7fd454f
cockroach/pkg/sql/colexec/cancel_checker.go
Lines 46 to 48 in 7fd454f
https://github.com/cockroachdb/cockroach/blob/7fd454f880f386cdd0eda6b21b12f6532c14f0db/pkg/sql/colexec/selection_ops.eg.go#L54421-L54423 in pkg/sql/colexec.(*selGETimestampTimestampConstOp).Next
https://github.com/cockroachdb/cockroach/blob/7fd454f880f386cdd0eda6b21b12f6532c14f0db/pkg/sql/colexec/selection_ops.eg.go#L53533-L53535 in pkg/sql/colexec.(*selLTTimestampTimestampConstOp).Next
https://github.com/cockroachdb/cockroach/blob/7fd454f880f386cdd0eda6b21b12f6532c14f0db/pkg/sql/colexec/select_in.eg.go#L577-L579 in pkg/sql/colexec.(*selectInOpBytes).Next
cockroach/pkg/sql/colexec/simple_project.go
Lines 120 to 122 in 7fd454f
cockroach/pkg/sql/colexec/fn_op.go
Lines 34 to 36 in 7fd454f
cockroach/pkg/sql/colexec/one_shot.go
Lines 36 to 38 in 7fd454f
cockroach/pkg/sql/colexec/aggregator.go
Lines 390 to 392 in 7fd454f
cockroach/pkg/sql/colexec/deselector.go
Lines 50 to 52 in 7fd454f
cockroach/pkg/sql/colflow/colrpc/outbox.go
Lines 242 to 244 in 7fd454f
cockroach/pkg/sql/colexec/execerror/error.go
Lines 94 to 96 in 7fd454f
cockroach/pkg/sql/colflow/colrpc/outbox.go
Lines 259 to 261 in 7fd454f
cockroach/pkg/sql/colflow/colrpc/outbox.go
Lines 335 to 337 in 7fd454f
cockroach/pkg/sql/colflow/colrpc/outbox.go
Lines 189 to 191 in 7fd454f
cockroach/pkg/sql/colflow/vectorized_flow.go
Lines 611 to 613 in 7fd454f
cockroach/pkg/sql/colflow/vectorized_flow.go
Lines 1172 to 1174 in 7fd454f
/usr/local/go/src/runtime/asm_amd64.s#L1356-L1358 in runtime.goexit
v20.1.3
go1.13.9
The text was updated successfully, but these errors were encountered: