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: backup/KMS/AWS/n3cpu4 failed #113837

Closed
cockroach-teamcity opened this issue Nov 5, 2023 · 4 comments
Closed

roachtest: backup/KMS/AWS/n3cpu4 failed #113837

cockroach-teamcity opened this issue Nov 5, 2023 · 4 comments
Assignees
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-disaster-recovery
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Nov 5, 2023

roachtest.backup/KMS/AWS/n3cpu4 failed with artifacts on master @ 90a1f850ccfc9a123c9dcaba317296151ae32a8c:

(monitor.go:153).Wait: monitor failure: dial tcp 18.119.116.114:26257: connect: connection refused
test artifacts and logs in: /artifacts/backup/KMS/AWS/n3cpu4/run_1

Parameters: ROACHTEST_arch=amd64 , ROACHTEST_cloud=aws , ROACHTEST_cpu=4 , ROACHTEST_encrypted=true , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_metamorphicBuild=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

Grafana is not yet available for aws clusters

/cc @cockroachdb/disaster-recovery

This test on roachdash | Improve this report!

Jira issue: CRDB-33215

@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-disaster-recovery labels Nov 5, 2023
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Nov 5, 2023
@msbutler msbutler self-assigned this Nov 6, 2023
@msbutler msbutler removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Nov 6, 2023
@msbutler
Copy link
Collaborator

msbutler commented Nov 6, 2023

The backup/restore roundtrip on this test completed and the test failed because node 1 crashed during sql fingerprinting. I have not yet figured out why this occured. It could be disk stalling, given the following in logs in cockroach-stderr:

*
* WARNING: disk slowness detected: unable to sync log files within 10s
*
*
* WARNING: disk slowness detected: unable to sync log files within 10s

@msbutler
Copy link
Collaborator

msbutler commented Nov 6, 2023

Aha, I wonder if SHOW EXPERIMENTAL FINGERPRINT bumped against the memory monitor added by the runtime assertions. This test allows for 50% memory usage and the last heap profile shows we're above the utilization (about 4.5 GB) for a c6id.xlarge vm (capacity of 8GB):
image

@msbutler
Copy link
Collaborator

msbutler commented Nov 7, 2023

I'm going to close this issue out. If an OOM caused the test to fail, then this is a duplicate to #113816.

If an OOM didn't take n1 down, I suspect the vm on n1 was quite unhealthy as well:

  • After the n1 cockroach process crashed, the roachtest driver could not gather the dmesg file from n1
  • we detect disk slowness right before the test fails.

@msbutler
Copy link
Collaborator

msbutler commented Nov 7, 2023

@DarrylWong reran this on TC and confirmed this test failed due to an OOm'd node. closing this out as a duplicate of #113816

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-disaster-recovery
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants