Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ccl/backupccl: TestDetachedBackup failed #60989

Closed
cockroach-teamcity opened this issue Feb 23, 2021 · 1 comment · Fixed by #60958
Closed

ccl/backupccl: TestDetachedBackup failed #60989

cockroach-teamcity opened this issue Feb 23, 2021 · 1 comment · Fixed by #60958
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.

Comments

@cockroach-teamcity
Copy link
Member

(ccl/backupccl).TestDetachedBackup failed on master@2572200f7612c6508a52735a6a18767cfb7cc09d:

  github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).runJob()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:250 +0x43e
  github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).resumeJob.func1()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:209 +0x1bb
  github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask.func1()
      /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:351 +0x149

Goroutine 1033 (running) created at:
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.(*backupDataProcessor).Start()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/backup_processor.go:112 +0xa4
  github.com/cockroachdb/cockroach/pkg/sql/execinfra.(*ProcessorBase).Run()
      /go/src/github.com/cockroachdb/cockroach/pkg/sql/execinfra/processorsbase.go:764 +0x8e
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.(*backupDataProcessor).Run()
      <autogenerated>:1 +0x57
  github.com/cockroachdb/cockroach/pkg/sql/flowinfra.(*FlowBase).Run()
      /go/src/github.com/cockroachdb/cockroach/pkg/sql/flowinfra/flow.go:382 +0x2c6
  github.com/cockroachdb/cockroach/pkg/sql/rowflow.(*rowBasedFlow).Run()
      <autogenerated>:1 +0x84
  github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).Run()
      /go/src/github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:367 +0x7a7
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.distBackup()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/backup_processor_planning.go:188 +0x8ac
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.backup()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/backup_job.go:272 +0xd15
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.(*backupResumer).Resume()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/backup_job.go:444 +0xbf8
  github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).stepThroughStateMachine.func1()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:1170 +0x141
  github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).stepThroughStateMachine()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:1171 +0xa85
  github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).runJob()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:250 +0x43e
  github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).resumeJob.func1()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:209 +0x1bb
  github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask.func1()
      /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:351 +0x149

Goroutine 1319 (running) created at:
  github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask()
      /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:346 +0x107
  github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).resumeJob()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:206 +0xe1d
  github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).resumeClaimedJobs.func3()
      /go/src/github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:116 +0xc4
==================
E210223 06:22:41.616726 340666 kv/kvclient/kvcoord/txn_interceptor_committer.go:449  [-] 1  making txn commit explicit failed for "unnamed" meta={id=2c86ded6 pri=0.00071018 epo=0 ts=1614061361.586098598,0 min=1614061361.586098598,0 seq=6} lock=true stat=STAGING rts=1614061361.586098598,0 wto=false gul=1614061362.086098598,0 int=1 ifw=5: result is ambiguous (server shutdown)
    backup_test.go:5102: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestDetachedBackup859326028
    testing.go:1038: race detected during execution of test
--- FAIL: TestDetachedBackup (2.48s)

More

Parameters:

  • TAGS=
  • GOFLAGS=-race -parallel=4
make stressrace TESTS=TestDetachedBackup PKG=./pkg/ccl/backupccl TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Feb 23, 2021
@adityamaru
Copy link
Contributor

Fixed by #60958

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants