Skip to content

backupccl: leaked goroutine in TestIngest/batch=default  #104639

@irfansharif

Description

@irfansharif

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

Metadata

Metadata

Assignees

Labels

A-disaster-recoveryC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.C-test-failureBroken test (automatically or manually discovered).T-disaster-recoveryskipped-test

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions