-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
multiregion: v23.1.6: duplicate region × found in super region × #108556
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
Simple repro:
|
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Sep 6, 2023
Previously, when duplicate regions would exist within a super region an internal assertion would be generated. This was inadequate since an assertion failure would lead to a stack dump. To address this, this patch will generate a proper pgerror. Fixes: cockroachdb#108556 Release note: None
craig bot
pushed a commit
that referenced
this issue
Sep 6, 2023
110083: sql: return pgerror for duplicate regions in super region r=fqazi a=fqazi Previously, when duplicate regions would exist within a super region an internal assertion would be generated. This was inadequate since an assertion failure would lead to a stack dump. To address this, this patch will generate a proper pgerror. Fixes: #108556 Release note: None Co-authored-by: Faizan Qazi <[email protected]>
blathers-crl bot
pushed a commit
that referenced
this issue
Sep 6, 2023
Previously, when duplicate regions would exist within a super region an internal assertion would be generated. This was inadequate since an assertion failure would lead to a stack dump. To address this, this patch will generate a proper pgerror. Fixes: #108556 Release note: None
Merged via: #110083 |
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 auto filed by Sentry. It represents a crash or reported error on a live cluster with telemetry enabled.
Sentry Link: https://cockroach-labs.sentry.io/issues/4386539462/?referrer=webhooks_plugin
Panic Message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/conn_executor_exec.go
Lines 140 to 142 in 3bacdbe
cockroach/pkg/sql/conn_executor_exec.go
Lines 2985 to 2987 in 3bacdbe
cockroach/pkg/sql/conn_executor_exec.go
Lines 141 to 143 in 3bacdbe
cockroach/pkg/sql/conn_executor_exec.go
Lines 963 to 965 in 3bacdbe
cockroach/pkg/sql/conn_executor_exec.go
Lines 1655 to 1657 in 3bacdbe
cockroach/pkg/sql/conn_executor_exec.go
Lines 2102 to 2104 in 3bacdbe
cockroach/pkg/sql/distsql_running.go
Lines 1647 to 1649 in 3bacdbe
cockroach/pkg/sql/distsql_running.go
Lines 1644 to 1646 in 3bacdbe
cockroach/pkg/sql/distsql_running.go
Lines 1912 to 1914 in 3bacdbe
cockroach/pkg/sql/distsql_running.go
Lines 901 to 903 in 3bacdbe
cockroach/pkg/sql/colflow/vectorized_flow.go
Lines 324 to 326 in 3bacdbe
cockroach/pkg/sql/colflow/flow_coordinator.go
Lines 277 to 279 in 3bacdbe
cockroach/pkg/sql/colflow/flow_coordinator.go
Lines 243 to 245 in 3bacdbe
cockroach/pkg/sql/colexecerror/error.go
Lines 91 to 93 in 3bacdbe
cockroach/pkg/sql/colflow/flow_coordinator.go
Lines 244 to 246 in 3bacdbe
cockroach/pkg/sql/colflow/stats.go
Lines 102 to 104 in 3bacdbe
cockroach/pkg/sql/colexecerror/error.go
Lines 91 to 93 in 3bacdbe
cockroach/pkg/sql/colflow/stats.go
Lines 93 to 95 in 3bacdbe
cockroach/pkg/sql/colexec/columnarizer.go
Lines 182 to 184 in 3bacdbe
cockroach/pkg/sql/plan_node_to_row_source.go
Lines 173 to 175 in 3bacdbe
cockroach/pkg/sql/plan.go
Lines 521 to 523 in 3bacdbe
cockroach/pkg/sql/walk.go
Lines 42 to 44 in 3bacdbe
cockroach/pkg/sql/walk.go
Lines 78 to 80 in 3bacdbe
cockroach/pkg/sql/walk.go
Lines 298 to 300 in 3bacdbe
cockroach/pkg/sql/walk.go
Lines 111 to 113 in 3bacdbe
cockroach/pkg/sql/plan.go
Lines 518 to 520 in 3bacdbe
cockroach/pkg/sql/alter_database.go
Lines 1600 to 1602 in 3bacdbe
cockroach/pkg/sql/alter_database.go
Lines 1907 to 1909 in 3bacdbe
cockroach/pkg/sql/region_util.go
Lines 1021 to 1023 in 3bacdbe
cockroach/pkg/sql/region_util.go
Lines 1454 to 1456 in 3bacdbe
cockroach/pkg/sql/catalog/multiregion/region_config.go
Lines 390 to 392 in 3bacdbe
cockroach/pkg/sql/catalog/multiregion/region_config.go
Lines 463 to 465 in 3bacdbe
Tags
Jira issue: CRDB-30518
The text was updated successfully, but these errors were encountered: