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: perturbation/metamorphic/backfill failed #135799

Closed
cockroach-teamcity opened this issue Nov 20, 2024 · 1 comment · Fixed by #135834
Closed

roachtest: perturbation/metamorphic/backfill failed #135799

cockroach-teamcity opened this issue Nov 20, 2024 · 1 comment · Fixed by #135834
Assignees
Labels
A-testing Testing tools and infrastructure branch-master Failures and bugs on the master branch. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. 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. T-kv KV Team

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Nov 20, 2024

roachtest.perturbation/metamorphic/backfill failed with artifacts on master @ 8eeb7f2ae3b2cede564b46ca47e2353fd147c061:

(framework.go:783).waitForIOOverloadToEnd: dial tcp 35.196.172.116:26257: connect: connection refused
test artifacts and logs in: /artifacts/perturbation/metamorphic/backfill/run_1

Parameters:

  • arch=amd64
  • cloud=gce
  • coverageBuild=false
  • cpu=32
  • encrypted=false
  • fs=ext4
  • localSSD=true
  • runtimeAssertionsBuild=false
  • ssd=2
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

/cc @cockroachdb/kv-triage

This test on roachdash | Improve this report!

Jira issue: CRDB-44718

@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. T-kv KV Team labels Nov 20, 2024
@andrewbaptist
Copy link
Collaborator

This was a OOM caused by the backfill.

From 30.dmesg.txt

[Wed Nov 20 08:16:29 2024] oom-kill:constraint=CONSTRAINT_MEMCG,nodemask=(null),cpuset=cockroach-system.service,mems_allowed=0,oom_memcg=/system.slice/cockroach-system.service,task_memcg=/system.slice/cockroach-system.service,task=cockroach,pid=
16163,uid=1000
[Wed Nov 20 08:16:29 2024] Memory cgroup out of memory: Killed process 16163 (cockroach) total-vm:40695620kB, anon-rss:31048468kB, file-rss:67328kB, shmem-rss:0kB, UID:1000 pgtables:65408kB oom_score_adj:0

I'll see if I can track down where all the memory was, but we already have a tracking issue #133114.

The configuration for this test is:

2024/11/20 08:12:26 framework.go:556: test variations are: seed: -5951460172509227715, fillDuration: 10m0s, maxBlockBytes: 1024, perturbationDuration: 30m0s, validationDuration: 5m0s, ratioOfMax: 0.500000, splits: 1, numNodes: 30, numWorkloadNodes: 2, vcpu: 32, disks: 2, memory: low, leaseType: expiration, cloud: gce, acMode: fullNormalElasticRepl, perturbation: {}

craig bot pushed a commit that referenced this issue Nov 21, 2024
135834: roachtest: fix perturbation/metamorphic/backfill r=kvoli a=andrewbaptist

Previously this test was setting the memory spec before it called randomize. This could set it back to low memory. We already know that low memory configuration doesn't work for backfill as part of #133114.

This change calls randomize and then sets the memory configuration.

Epic: none
Fixes: #135799

Release note: None

Co-authored-by: Andrew Baptist <[email protected]>
@craig craig bot closed this as completed in a3ed94c Nov 21, 2024
@kvoli kvoli added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. A-testing Testing tools and infrastructure labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testing Testing tools and infrastructure branch-master Failures and bugs on the master branch. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. 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. T-kv KV Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants