-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: flake in TestCCLLogic_regional_by_row due to error in colflow.(*vectorizedFlow).Cleanup() #91845
Copy link
Copy link
Closed
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).T-sql-queriesSQL Queries TeamSQL Queries Team
Description
panic: expected 2 components to be closed, but found that only 1 were
goroutine 98566 [running]:
github.com/cockroachdb/cockroach/pkg/sql/colexecerror.InternalError(...)
github.com/cockroachdb/cockroach/pkg/sql/colexecerror/error.go:193
github.com/cockroachdb/cockroach/pkg/sql/colflow.(*vectorizedFlow).Cleanup(0xc0207a1db0, {0x6916fb8, 0xc02be73ec0})
github.com/cockroachdb/cockroach/pkg/sql/colflow/vectorized_flow.go:395 +0x405
github.com/cockroachdb/cockroach/pkg/sql/flowinfra.(*RemoteFlowRunner).RunFlow.func1.2()
github.com/cockroachdb/cockroach/pkg/sql/flowinfra/remote_flow_runner.go:106 +0x85
github.com/cockroachdb/cockroach/pkg/sql/flowinfra.(*RemoteFlowRunner).RunFlow.func1.3()
github.com/cockroachdb/cockroach/pkg/sql/flowinfra/remote_flow_runner.go:114 +0x38
created by github.com/cockroachdb/cockroach/pkg/sql/flowinfra.(*RemoteFlowRunner).RunFlow.func1
github.com/cockroachdb/cockroach/pkg/sql/flowinfra/remote_flow_runner.go:112 +0x2ae
cc @yuzefovich for triage.
Jira issue: CRDB-21455
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).T-sql-queriesSQL Queries TeamSQL Queries Team
Type
Projects
Status
Done