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: tpcc/mixed-headroom/n5cpu16 failed #91354

Closed
cockroach-teamcity opened this issue Nov 5, 2022 · 7 comments
Closed

roachtest: tpcc/mixed-headroom/n5cpu16 failed #91354

cockroach-teamcity opened this issue Nov 5, 2022 · 7 comments
Labels
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-testeng TestEng Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Nov 5, 2022

roachtest.tpcc/mixed-headroom/n5cpu16 failed with artifacts on master @ 2c0129ce2507e708382cda830d1e47817a299c2e:

test artifacts and logs in: /artifacts/tpcc/mixed-headroom/n5cpu16/run_1
(test_impl.go:291).Fatal: monitor failure: monitor task failed: output in run_151318.812389790_n1_v2220beta4cockroach_workload_fixtures_import_bank: v22.2.0-beta.4/cockroach workload fixtures import bank --payload-bytes=10240 --rows=32552083 --seed=4 --db=bigbank returned: COMMAND_PROBLEM: exit status 1

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=16 , ROACHTEST_encrypted=true , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

/cc @cockroachdb/test-eng

This test on roachdash | Improve this report!

Jira issue: CRDB-21223

@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 Nov 5, 2022
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Nov 5, 2022
@blathers-crl blathers-crl bot added the T-testeng TestEng Team label Nov 5, 2022
@cockroach-teamcity
Copy link
Member Author

roachtest.tpcc/mixed-headroom/n5cpu16 failed with artifacts on master @ c9094fa1a1ef8d44a2d5299d1d7380b34a06241b:

test artifacts and logs in: /artifacts/tpcc/mixed-headroom/n5cpu16/run_1
(test_impl.go:291).Fatal: monitor failure: monitor task failed: output in run_143247.567885604_n1_v2220beta4cockroach_workload_fixtures_import_bank: v22.2.0-beta.4/cockroach workload fixtures import bank --payload-bytes=10240 --rows=32552083 --seed=4 --db=bigbank returned: COMMAND_PROBLEM: exit status 1

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=16 , ROACHTEST_encrypted=true , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

@srosenberg
Copy link
Member

(1) v22.2.0-beta.4/cockroach workload fixtures import bank --payload-bytes=10240 --rows=32552083 --seed=4 --db=bigbank returned
  | stderr:
  | I221106 14:32:48.680603 1 ccl/workloadccl/fixture.go:318  [-] 1  starting import of 1 tables
  | Error: importing fixture: importing table bank: pq: pausing due to error; use RESUME JOB to try to proceed once the issue is resolved, or CANCEL JOB to rollback: store 1 has insufficient remaining capacity to ingest data (remaining: 18 GiB / 5.0%, min required: 5.0%)
  |
  | stdout:
Wraps: (2) COMMAND_PROBLEM
Wraps: (3) Node 1. Command with error:
  | ```
  | v22.2.0-beta.4/cockroach workload fixtures import bank --payload-bytes=10240 --rows=32552083 --seed=4 --db=bigbank
  | ```
Wraps: (4) exit status 1

@srosenberg
Copy link
Member

disk_capacity

@srosenberg srosenberg removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Nov 7, 2022
@srosenberg
Copy link
Member

srosenberg commented Nov 7, 2022

Disk capacity plot from the previous successful run, during the bank import step,

previous_successful_run

@cockroach-teamcity
Copy link
Member Author

roachtest.tpcc/mixed-headroom/n5cpu16 failed with artifacts on master @ 4c828ca5df8ea70b92ba58c6cb4868303cee1262:

test artifacts and logs in: /artifacts/tpcc/mixed-headroom/n5cpu16/run_1
(test_impl.go:291).Fatal: monitor failure: monitor task failed: output in run_160818.142739663_n1_v2220beta4cockroach_workload_fixtures_import_bank: v22.2.0-beta.4/cockroach workload fixtures import bank --payload-bytes=10240 --rows=32552083 --seed=4 --db=bigbank returned: COMMAND_PROBLEM: exit status 1

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=16 , ROACHTEST_encrypted=true , ROACHTEST_fs=zfs , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Same failure on other branches

This test on roachdash | Improve this report!

srosenberg added a commit to srosenberg/cockroach that referenced this issue Nov 7, 2022
Roachtests which exercise upgrade paths currently use 22.2.0-beta.4
as a predecessor version. This predecessor version has known
Pebble issue(s) which may prevent compactions from removing old SSTs.

Release note: None
Informs: cockroachdb#91354
@renatolabs
Copy link
Contributor

FWIW, if the failures here were indeed related to the ReturnSST error, they might still happen, so we should consider leaving this issue open until the fix is included in the release used by roachtest.

@srosenberg
Copy link
Member

FWIW, if the failures here were indeed related to the ReturnSST error, they might still happen, so we should consider leaving this issue open until the fix is included in the release used by roachtest.

If it does regress, a fresh issue will be created; we could also reopen this one for context. Otherwise, there isn't any pending follow-up for us afaik.

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-roachtest O-robot Originated from a bot. T-testeng TestEng Team
Projects
None yet
Development

No branches or pull requests

3 participants