-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: ycsb/B/nodes=3/cpu=32 failed #37380
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.
Milestone
Description
SHA: https://github.com/cockroachdb/cockroach/commits/d554884a4e474cc06213230d5ba7d757a88e9e46
Parameters:
To repro, try:
# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=ycsb/B/nodes=3/cpu=32 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1279552&tab=buildLog
The test failed on branch=release-2.1, cloud=aws:
cluster.go:1474,ycsb.go:41,cluster.go:1812,errgroup.go:57: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1279552-ycsb-b-nodes-3-cpu-32:4 -- ./workload run ycsb --init --initial-rows=1000000 --splits=100 --workload=B --concurrency=64 --histograms=logs/stats.json --ramp=1m --duration=10m {pgurl:1-3} returned:
stderr:
stdout:
local/go/src/runtime/proc.go:302 +0xeb fp=0xc0021195c0 sp=0xc0021195a0 pc=0x438f8b
runtime.selectgo(0xc002119768, 0xc002119748, 0x2, 0x7517000000ffffff, 0x3435393931726573)
/usr/local/go/src/runtime/select.go:313 +0xcc6 fp=0xc002119720 sp=0xc0021195c0 pc=0x448e66
database/sql.(*DB).connectionResetter(0xc00057c0c0, 0x19949e0, 0xc001579c40)
/usr/local/go/src/database/sql/sql.go:1014 +0xfb fp=0xc0021197c8 sp=0xc002119720 pc=0x4f89db
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1333 +0x1 fp=0xc0021197d0 sp=0xc0021197c8 pc=0x466f61
created by database/sql.OpenDB
/usr/local/go/src/database/sql/sql.go:672 +0x193
bash: line 1: 4492 Aborted (core dumped) bash -c "./workload run ycsb --init --initial-rows=1000000 --splits=100 --workload=B --concurrency=64 --histograms=logs/stats.json --ramp=1m --duration=10m 'postgres://root@10.12.33.43:26257?sslmode=disable' 'postgres://root@10.12.35.141:26257?sslmode=disable' 'postgres://root@10.12.41.125:26257?sslmode=disable'"
Error: exit status 134
: exit status 1
cluster.go:1833,ycsb.go:44,ycsb.go:65,test.go:1251: Goexit() was called
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.