-
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: v21.2.9: do not file sentry issues for context canceled errors #82947
Labels
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.
T-sql-queries
SQL Queries Team
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
Jun 15, 2022
yuzefovich
changed the title
sentry: error.go:88: unexpected error from the vectorized engine: context canceled
(1) attached stack trace
-- stack trace:
| github.com/cockroachdb/cockroach/pkg/sql/colflow/colrpc.(*Inbox).Next.func1
...
colexec: v21.2.9: do not file sentry issues for context canceled errors
Aug 15, 2022
This was referenced Aug 15, 2022
This was referenced Aug 15, 2022
This was referenced Aug 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
T-sql-queries
SQL Queries Team
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/3352145620/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/colflow/colrpc/inbox.go
Lines 337 to 339 in 11787ed
/usr/local/go/src/runtime/panic.go#L964-L966 in runtime.gopanic
cockroach/pkg/sql/colexecerror/error.go
Lines 199 to 201 in 11787ed
cockroach/pkg/sql/colflow/colrpc/inbox.go
Lines 377 to 379 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-16749
The text was updated successfully, but these errors were encountered: