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

roachtest: replicate/up/1to3 failed #80025

Closed
cockroach-teamcity opened this issue Apr 16, 2022 · 1 comment
Closed

roachtest: replicate/up/1to3 failed #80025

cockroach-teamcity opened this issue Apr 16, 2022 · 1 comment
Assignees
Labels
A-kv Anything in KV that doesn't belong in a more specific category. branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-kv KV Team

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 16, 2022

roachtest.replicate/up/1to3 failed with artifacts on master @ 771432d1099e516dbc11827c5458886c176e73e3:

		  | I220416 06:04:12.697399 13 ccl/workloadccl/fixture.go:483  [-] 2  imported 2.4 KiB in nation table (25 rows, 25 index entries, took 545.798393ms, 0.00 MiB/s)
		  | I220416 06:04:12.746505 14 ccl/workloadccl/fixture.go:483  [-] 3  imported 418 B in region table (5 rows, 0 index entries, took 595.049254ms, 0.00 MiB/s)
		  | I220416 06:04:16.576960 16 ccl/workloadccl/fixture.go:483  [-] 4  imported 16 MiB in supplier table (100000 rows, 100000 index entries, took 4.425567287s, 3.50 MiB/s)
		  | I220416 06:04:42.687091 15 ccl/workloadccl/fixture.go:483  [-] 5  imported 258 MiB in part table (2000000 rows, 0 index entries, took 30.535510409s, 8.45 MiB/s)
		  | I220416 06:04:48.728827 67 ccl/workloadccl/fixture.go:483  [-] 6  imported 267 MiB in customer table (1500000 rows, 1500000 index entries, took 36.577421515s, 7.31 MiB/s)
		  | I220416 06:05:49.532156 66 ccl/workloadccl/fixture.go:483  [-] 7  imported 1.3 GiB in partsupp table (8000000 rows, 8000000 index entries, took 1m37.38059028s, 13.34 MiB/s)
		  | I220416 06:07:56.071395 68 ccl/workloadccl/fixture.go:483  [-] 8  imported 2.1 GiB in orders table (15000000 rows, 30000000 index entries, took 3m43.919923928s, 9.49 MiB/s)
		  | Error: importing fixture: importing table lineitem: dial tcp 127.0.0.1:26257: connect: connection refused
		  |
		  | stdout:
		  | check for expected rows is only supported with scale factor 1, so it was disabled
		Wraps: (4) COMMAND_PROBLEM
		Wraps: (5) Node 1. Command with error:
		  | ``````
		  | ./cockroach workload fixtures import tpch --scale-factor 10
		  | ``````
		Wraps: (6) exit status 1
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) errors.Cmd (5) *hintdetail.withDetail (6) *exec.ExitError

	monitor.go:127,allocator.go:51,allocator.go:85,test_runner.go:875: monitor failure: monitor task failed: t.Fatal() was called
		(1) attached stack trace
		  -- stack trace:
		  | main.(*monitorImpl).WaitE
		  | 	main/pkg/cmd/roachtest/monitor.go:115
		  | main.(*monitorImpl).Wait
		  | 	main/pkg/cmd/roachtest/monitor.go:123
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerAllocator.func1
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/allocator.go:51
		  | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerAllocator.func2
		  | 	github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/allocator.go:85
		  | main.(*testRunner).runTest.func2
		  | 	main/pkg/cmd/roachtest/test_runner.go:875
		Wraps: (2) monitor failure
		Wraps: (3) attached stack trace
		  -- stack trace:
		  | main.(*monitorImpl).wait.func2
		  | 	main/pkg/cmd/roachtest/monitor.go:171
		Wraps: (4) monitor task failed
		Wraps: (5) attached stack trace
		  -- stack trace:
		  | main.init
		  | 	main/pkg/cmd/roachtest/monitor.go:80
		  | runtime.doInit
		  | 	GOROOT/src/runtime/proc.go:6498
		  | runtime.main
		  | 	GOROOT/src/runtime/proc.go:238
		  | runtime.goexit
		  | 	GOROOT/src/runtime/asm_amd64.s:1581
		Wraps: (6) t.Fatal() was called
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError
Help

See: roachtest README

See: How To Investigate (internal)

/cc @cockroachdb/kv-triage

This test on roachdash | Improve this report!

Jira issue: CRDB-15675

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Apr 16, 2022
@blathers-crl blathers-crl bot added the T-kv KV Team label Apr 16, 2022
@kvoli kvoli removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Apr 16, 2022
@kvoli kvoli self-assigned this Apr 16, 2022
@kvoli kvoli added A-kv Anything in KV that doesn't belong in a more specific category. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Apr 16, 2022
@kvoli
Copy link
Collaborator

kvoli commented Apr 16, 2022

tracking issue #80072, caused by #76609. Resolved in #80071.

@kvoli kvoli removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Apr 16, 2022
@kvoli kvoli closed this as completed Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-kv Anything in KV that doesn't belong in a more specific category. branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-kv KV Team
Projects
None yet
Development

No branches or pull requests

3 participants