Open cockroach-teamcity opened 13 hours ago
Failing on:
run_095623.969192641_n3_cockroach-node-drain: 2024/11/21 09:56:23 cluster.go:2480: > ./cockroach node drain --certs-dir=certs --port={pgport:3} --self
node is draining...
ERROR: rpc error: code = Unknown desc = some sessions did not respond to cancellation within 1s
Failed running "node drain"
run_095623.969192641_n3_cockroach-node-drain: 2024/11/21 09:56:36 cluster.go:2493: > result: COMMAND_PROBLEM: exit status 1
This is the same failure mode as https://github.com/cockroachdb/cockroach/issues/131604, although that test expects the drain to fail, unlike here where we expect it to succeed.
I'm going to mark this as a bug and with the same priority accordingly. Note to whoever (maybe me) picks this up, to also look into the linked test failure as it may be easier/quicker to repro than this one.
roachtest.decommissionBench/nodes=6/warehouses=1000/drain-first/while-upreplicating/target=3/multi-region failed with artifacts on master @ eb2d2e19eb29d2747d9e267bd0612a69d066adad:
Parameters:
arch=amd64
cloud=gce
coverageBuild=false
cpu=16
encrypted=false
fs=ext4
localSSD=true
runtimeAssertionsBuild=false
ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
See: Grafana
Same failure on other branches
- #135060 roachtest: decommissionBench/nodes=6/warehouses=1000/drain-first/while-upreplicating/target=3/multi-region failed [A-testing C-bug C-test-failure O-roachtest O-robot P-3 T-kv]
/cc @cockroachdb/kv-triage
This test on roachdash | Improve this report!
Jira issue: CRDB-44771