-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql/importer: TestImportDefaultWithResume failed [ingestKVs hangs with BulkAdderFlushesEveryBatch] #92910
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.T-disaster-recoverybranch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Milestone
Description
sql/importer.TestImportDefaultWithResume failed with artifacts on master @ 7cb778506d75bbef2eb90abccaa75b9dc7e3fb91:
test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/73dfce30b9a5630b1b4dabed3c94b32c/logTestImportDefaultWithResume2888010391
test_log_scope.go:79: use -show-logs to present logs inline
=== CONT TestImportDefaultWithResume
import_stmt_test.go:4712: -- test log scope end --
import_stmt_test.go:4712: Leaked goroutine: goroutine 298969 [semacquire]:
sync.runtime_Semacquire(0x11bbf05?)
GOROOT/src/runtime/sema.go:62 +0x25
sync.(*WaitGroup).Wait(0xc0043bbdf0?)
GOROOT/src/sync/waitgroup.go:139 +0x52
golang.org/x/sync/errgroup.(*Group).Wait(0xc00487fbc0)
golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:53 +0x27
github.com/cockroachdb/cockroach/pkg/util/ctxgroup.Group.Wait({0xc00487fbc0?, {0x6b20dd0?, 0xc00487fb80?}})
github.com/cockroachdb/cockroach/pkg/util/ctxgroup/ctxgroup.go:144 +0x4a
github.com/cockroachdb/cockroach/pkg/sql/importer.runImport({0x6b20e78, 0xc007ce73e0}, 0xc002c47400, 0xc005abb8d0, 0xc008b5ba40, 0xc00487fa40?)
github.com/cockroachdb/cockroach/pkg/sql/importer/read_import_base.go:127 +0x7b9
github.com/cockroachdb/cockroach/pkg/sql/importer.(*readImportDataProcessor).Start.func1()
github.com/cockroachdb/cockroach/pkg/sql/importer/import_processor.go:183 +0x8b
created by github.com/cockroachdb/cockroach/pkg/sql/importer.(*readImportDataProcessor).Start
github.com/cockroachdb/cockroach/pkg/sql/importer/import_processor.go:181 +0xeb
Leaked goroutine: goroutine 298971 [semacquire]:
sync.runtime_Semacquire(0x11bbf05?)
GOROOT/src/runtime/sema.go:62 +0x25
sync.(*WaitGroup).Wait(0xc002c8b808?)
GOROOT/src/sync/waitgroup.go:139 +0x52
golang.org/x/sync/errgroup.(*Group).Wait(0xc00487fcc0)
golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:53 +0x27
github.com/cockroachdb/cockroach/pkg/util/ctxgroup.Group.Wait({0xc00487fcc0?, {0x6b20dd0?, 0xc00487fc80?}})
github.com/cockroachdb/cockroach/pkg/util/ctxgroup/ctxgroup.go:144 +0x4a
github.com/cockroachdb/cockroach/pkg/sql/importer.ingestKvs({0x6b20dd0?, 0xc00487fb80?}, 0xc002c47400, 0xc005abb8d0, 0xc008b5ba40, 0xc004855ec0)
github.com/cockroachdb/cockroach/pkg/sql/importer/import_processor.go:553 +0x1028
github.com/cockroachdb/cockroach/pkg/sql/importer.runImport.func2({0x6b20dd0, 0xc00487fb80})
github.com/cockroachdb/cockroach/pkg/sql/importer/read_import_base.go:108 +0x6a
github.com/cockroachdb/cockroach/pkg/util/ctxgroup.Group.GoCtx.func1()
github.com/cockroachdb/cockroach/pkg/util/ctxgroup/ctxgroup.go:168 +0x25
golang.org/x/sync/errgroup.(*Group).Go.func1()
golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:75 +0x64
created by golang.org/x/sync/errgroup.(*Group).Go
golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:72 +0xa5
Leaked goroutine: goroutine 298973 [chan send]:
github.com/cockroachdb/cockroach/pkg/sql/importer.ingestKvs.func3()
github.com/cockroachdb/cockroach/pkg/sql/importer/import_processor.go:468 +0x311
github.com/cockroachdb/cockroach/pkg/sql/importer.ingestKvs.func5({0x6b20dd0, 0xc00487fc80})
github.com/cockroachdb/cockroach/pkg/sql/importer/import_processor.go:547 +0x2cf
github.com/cockroachdb/cockroach/pkg/util/ctxgroup.Group.GoCtx.func1()
github.com/cockroachdb/cockroach/pkg/util/ctxgroup/ctxgroup.go:168 +0x25
golang.org/x/sync/errgroup.(*Group).Go.func1()
golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:75 +0x64
created by golang.org/x/sync/errgroup.(*Group).Go
golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:72 +0xa5
--- FAIL: TestImportDefaultWithResume (5.74s)
Parameters: TAGS=bazel,gss
This test on roachdash | Improve this report!
Jira issue: CRDB-22045
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.T-disaster-recoverybranch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.