-
Notifications
You must be signed in to change notification settings - Fork 4.1k
backupccl: leaked goroutine in TestIngest/batch=default #104639
Copy link
Copy link
Closed
Labels
A-disaster-recoveryC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).T-disaster-recoveryskipped-test
Description
Describe the problem
See recent test history. It's failing with:
=== CONT TestIngest/batch=default
restore_data_processor_test.go:438: Leaked goroutine: goroutine 135433 [select]:
github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0xc013272410, {0x787d8f8, 0xc005f22240})
github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x7f
created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig
github.com/cockroachdb/cockroach/pkg/util/log/flags.go:306 +0x112a
Leaked goroutine: goroutine 135434 [select]:
github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0xc0132724e0, {0x787d8f8, 0xc005f22240})
github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x7f
created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig
github.com/cockroachdb/cockroach/pkg/util/log/flags.go:306 +0x112a
Leaked goroutine: goroutine 135435 [select]:
github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0xc0132725b0, {0x787d8f8, 0xc005f22240})
github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x7f
created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig
github.com/cockroachdb/cockroach/pkg/util/log/flags.go:306 +0x112a
Leaked goroutine: goroutine 135436 [select]:
github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0xc013272680, {0x787d8f8, 0xc005f22240})
github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x7f
created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig
github.com/cockroachdb/cockroach/pkg/util/log/flags.go:306 +0x112a
Jira issue: CRDB-28648
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-disaster-recoveryC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).T-disaster-recoveryskipped-test