-
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
sql: panic in query sampling for COPY #88229
Comments
This is interesting - my guess is because Lines 400 to 402 in 779f846
This has a nasty implication - if someone uses This is weird because I thought I had tested this here -- cockroach/pkg/sql/copy_in_test.go Line 416 in 1936d22
In the interim, this fix is to run Update 9/21: On further investigation, this can also affect clusters with slow query log or audit log enabled. We could also consider reverting the telemetry and logging PRs if we consider them too risky. I thought it wasn't but after this I admit defeat against the logging machinery. @rafiss do you have any opinions? Further thoughts:
|
Given that we've already backported it I think we are somewhat committed to keeping it and fixing it as long as we are able. I'd only want to revert if we encounter an "unsolvable" bug. |
reopening until backports merged |
After cockroachdb/cockroach#88229, we want to advertise a higher minimum version.
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/3605902199/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/conn_executor.go
Lines 760 to 762 in a346e7a
GOROOT/src/runtime/panic.go#L1037-L1039 in runtime.gopanic
GOROOT/src/runtime/panic.go#L220-L222 in runtime.panicmem
GOROOT/src/runtime/signal_unix.go#L734-L736 in runtime.sigpanic
cockroach/pkg/sql/exec_log.go
Lines 400 to 402 in a346e7a
cockroach/pkg/sql/exec_log.go
Lines 164 to 166 in a346e7a
cockroach/pkg/sql/conn_executor.go
Lines 2432 to 2434 in a346e7a
cockroach/pkg/sql/conn_executor.go
Lines 2478 to 2480 in a346e7a
cockroach/pkg/sql/conn_executor.go
Lines 2037 to 2039 in a346e7a
cockroach/pkg/sql/conn_executor.go
Lines 1816 to 1818 in a346e7a
cockroach/pkg/sql/conn_executor.go
Lines 762 to 764 in a346e7a
cockroach/pkg/sql/pgwire/conn.go
Lines 727 to 729 in a346e7a
GOROOT/src/runtime/asm_amd64.s#L1580-L1582 in runtime.goexit
v22.1.7
Jira issue: CRDB-19738
gz#14032
The text was updated successfully, but these errors were encountered: