You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.O-sentryOriginated from an in-the-wild panic report.
*errors.errorString
*safedetails.withSafeDetails: parentID %d does not exist (1)
structured.go:1544: *withstack.withStack (2)
*assert.withAssertionFailure
(check the extra data payloads)
in pkg/sql.(*internalExecutorImpl).initConnEx.func1
/usr/local/go/src/runtime/asm_amd64.s#L1336-L1338 in runtime.goexit
pkg/sql/sqlbase/structured.go in pkg/sql/sqlbase.(*TableDescriptor).validateCrossReferences at line 1544
pkg/sql/sqlbase/structured.go in pkg/sql/sqlbase.(*TableDescriptor).Validate at line 1531
pkg/sql/descriptor.go in pkg/sql.getDescriptorByID at line 183
pkg/sql/physical_schema_accessors.go in pkg/sql.UncachedPhysicalAccessor.GetObjectDesc at line 160
pkg/sql/table.go in pkg/sql.(*TableCollection).getTableVersion.func1 at line 268
pkg/sql/table.go in pkg/sql.(*TableCollection).getTableVersion at line 276
pkg/sql/physical_schema_accessors.go in pkg/sql.(*CachedPhysicalAccessor).GetObjectDesc at line 238
pkg/sql/logical_schema_accessors.go in pkg/sql.(*LogicalSchemaAccessor).GetObjectDesc at line 93
pkg/sql/resolver.go in pkg/sql.(*planner).LookupObject at line 293
pkg/sql/sem/tree/name_resolution.go in pkg/sql/sem/tree.(*TableName).ResolveExisting at line 280
pkg/sql/resolver.go in pkg/sql.resolveExistingObjectImpl at line 141
pkg/sql/resolver.go in pkg/sql.ResolveExistingObject at line 102
pkg/sql/opt_catalog.go in pkg/sql.(*optCatalog).ResolveDataSource at line 169
pkg/sql/opt/optbuilder/util.go in pkg/sql/opt/optbuilder.(*Builder).resolveDataSource at line 476
pkg/sql/opt/optbuilder/util.go in pkg/sql/opt/optbuilder.(*Builder).resolveTable at line 454
pkg/sql/opt/optbuilder/insert.go in pkg/sql/opt/optbuilder.(*Builder).buildInsert at line 168
pkg/sql/opt/optbuilder/builder.go in pkg/sql/opt/optbuilder.(*Builder).buildStmt at line 235
pkg/sql/opt/optbuilder/builder.go in pkg/sql/opt/optbuilder.(*Builder).Build at line 185
pkg/sql/plan_opt.go in pkg/sql.(*optPlanningCtx).buildExecMemo at line 419
pkg/sql/plan_opt.go in pkg/sql.(*planner).makeOptimizerPlan at line 161
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).makeExecPlan at line 743
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).dispatchToExecutionEngine at line 625
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).execStmtInOpenState at line 416
pkg/sql/conn_executor_exec.go in pkg/sql.(*connExecutor).execStmt at line 98
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).execCmd at line 1243
pkg/sql/conn_executor.go in pkg/sql.(*connExecutor).run at line 1172
pkg/sql/internal.go in pkg/sql.(*internalExecutorImpl).initConnEx.func1 at line 202
/usr/local/go/src/runtime/asm_amd64.s in runtime.goexit at line 1337
The text was updated successfully, but these errors were encountered:
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
Feb 7, 2020
yuzefovich
changed the title
sentry: *errors.errorString
*safedetails.withSafeDetails: parentID %d does not exist (1)
structured.go:1544: *withstack.withStack (2)
*assert.withAssertionFailure
(check the extra data payloads)
sql: assertion failed while validating a table descriptor
Feb 7, 2020
yuzefovich
changed the title
sql: assertion failed while validating a table descriptor
sql: v19.2.2: assertion failed while validating a table descriptor
Mar 14, 2020
I think this is #50997 which we backported to 20.1 but not to 19.2. I'm closing this and somebody can re-open it if they feel like that backport is in order.
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.O-sentryOriginated from an in-the-wild panic report.
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/1501443489/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
cockroach/pkg/sql/sqlbase/structured.go
Lines 1543 to 1545 in 3cbd056
cockroach/pkg/sql/sqlbase/structured.go
Lines 1530 to 1532 in 3cbd056
cockroach/pkg/sql/descriptor.go
Lines 182 to 184 in 3cbd056
cockroach/pkg/sql/physical_schema_accessors.go
Lines 159 to 161 in 3cbd056
cockroach/pkg/sql/table.go
Lines 267 to 269 in 3cbd056
cockroach/pkg/sql/table.go
Lines 275 to 277 in 3cbd056
cockroach/pkg/sql/physical_schema_accessors.go
Lines 237 to 239 in 3cbd056
cockroach/pkg/sql/logical_schema_accessors.go
Lines 92 to 94 in 3cbd056
cockroach/pkg/sql/resolver.go
Lines 292 to 294 in 3cbd056
cockroach/pkg/sql/sem/tree/name_resolution.go
Lines 279 to 281 in 3cbd056
cockroach/pkg/sql/resolver.go
Lines 140 to 142 in 3cbd056
cockroach/pkg/sql/resolver.go
Lines 101 to 103 in 3cbd056
cockroach/pkg/sql/opt_catalog.go
Lines 168 to 170 in 3cbd056
cockroach/pkg/sql/opt/optbuilder/util.go
Lines 475 to 477 in 3cbd056
cockroach/pkg/sql/opt/optbuilder/util.go
Lines 453 to 455 in 3cbd056
cockroach/pkg/sql/opt/optbuilder/insert.go
Lines 167 to 169 in 3cbd056
cockroach/pkg/sql/opt/optbuilder/builder.go
Lines 234 to 236 in 3cbd056
cockroach/pkg/sql/opt/optbuilder/builder.go
Lines 184 to 186 in 3cbd056
cockroach/pkg/sql/plan_opt.go
Lines 418 to 420 in 3cbd056
cockroach/pkg/sql/plan_opt.go
Lines 160 to 162 in 3cbd056
cockroach/pkg/sql/conn_executor_exec.go
Lines 742 to 744 in 3cbd056
cockroach/pkg/sql/conn_executor_exec.go
Lines 624 to 626 in 3cbd056
cockroach/pkg/sql/conn_executor_exec.go
Lines 415 to 417 in 3cbd056
cockroach/pkg/sql/conn_executor_exec.go
Lines 97 to 99 in 3cbd056
cockroach/pkg/sql/conn_executor.go
Lines 1242 to 1244 in 3cbd056
cockroach/pkg/sql/conn_executor.go
Lines 1171 to 1173 in 3cbd056
cockroach/pkg/sql/internal.go
Lines 201 to 203 in 3cbd056
/usr/local/go/src/runtime/asm_amd64.s#L1336-L1338 in runtime.goexit
v19.2.2
go1.12.12
The text was updated successfully, but these errors were encountered: