-
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
v22.1.4: txn_coord_sender.go:1085: cannot set fixed timestamp #85066
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-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
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
Jul 26, 2022
rafiss
changed the title
sentry: txn_coord_sender.go:1085: cannot set fixed timestamp, txn "sql txn" meta={id=8e97c1c8 key=× pri=0.07488499 epo=0 ts=1658846321.857333804,0 min=1658846321.857333804,0 seq=0} lock=false stat=PENDING rts...
v22.1.4: txn_coord_sender.go:1085: cannot set fixed timestamp [AOST with Bind]
Aug 1, 2022
This was referenced Oct 1, 2022
rafiss
added
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
Oct 3, 2022
rafiss
changed the title
v22.1.4: txn_coord_sender.go:1085: cannot set fixed timestamp [AOST with Bind]
v22.1.4: txn_coord_sender.go:1085: cannot set fixed timestamp
Feb 2, 2023
here is a repro:
We have the correct error handling for explicit transactions:
This should be able to be fixed by modifying |
cockroach/pkg/sql/conn_executor_exec.go Line 813 in 5f0c56e
implicitTxn to mean single-statement
|
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-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
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/3455885289/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/kv/kvclient/kvcoord/txn_coord_sender.go
Lines 1084 to 1086 in 3c6c893
cockroach/pkg/kv/txn.go
Lines 1477 to 1479 in 3c6c893
cockroach/pkg/sql/txn_state.go
Lines 292 to 294 in 3c6c893
cockroach/pkg/sql/conn_executor_exec.go
Lines 757 to 759 in 3c6c893
cockroach/pkg/sql/conn_executor_prepare.go
Lines 385 to 387 in 3c6c893
cockroach/pkg/sql/conn_executor_prepare.go
Lines 420 to 422 in 3c6c893
cockroach/pkg/sql/conn_executor.go
Lines 1982 to 1984 in 3c6c893
cockroach/pkg/sql/conn_executor.go
Lines 1799 to 1801 in 3c6c893
cockroach/pkg/sql/conn_executor.go
Lines 747 to 749 in 3c6c893
cockroach/pkg/sql/pgwire/conn.go
Lines 726 to 728 in 3c6c893
GOROOT/src/runtime/asm_amd64.s#L1580-L1582 in runtime.goexit
v22.1.4
Jira issue: CRDB-18028
Epic CRDB-17785
The text was updated successfully, but these errors were encountered: