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: follower-reads/mixed-version/single-region failed #129550

Closed
cockroach-teamcity opened this issue Aug 23, 2024 · 4 comments
Closed

roachtest: follower-reads/mixed-version/single-region failed #129550

cockroach-teamcity opened this issue Aug 23, 2024 · 4 comments
Assignees
Labels
branch-release-24.1.4-rc 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
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Aug 23, 2024

roachtest.follower-reads/mixed-version/single-region failed with artifacts on release-24.1.4-rc @ f629e9a3a88152ab73ee154eb5fe1e7c819e1af3:

(follower_reads.go:871).verifyHighFollowerReadRatios: too many intervals with more than 2 nodes with low follower read ratios: 23 intervals > 4 threshold. Bad intervals:
interval 08:55:30-08:55:40: n1 ratio: 0.832 n2 ratio: 0.011 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:55:40-08:55:50: n1 ratio: 1.012 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:55:50-08:56:00: n1 ratio: 0.978 n2 ratio: 0.000 n3 ratio: 0.001 n4 ratio: 0.000 
interval 08:56:00-08:56:10: n1 ratio: 0.430 n2 ratio: 0.002 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:56:10-08:56:20: n1 ratio: 0.906 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:56:20-08:56:30: n1 ratio: 0.990 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:56:30-08:56:40: n1 ratio: 1.008 n2 ratio: 0.005 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:56:40-08:56:50: n1 ratio: 1.004 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:56:50-08:57:00: n1 ratio: 0.816 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:57:00-08:57:10: n1 ratio: 0.675 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:57:10-08:57:20: n1 ratio: 0.764 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:57:20-08:57:30: n1 ratio: 0.527 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:57:30-08:57:40: n1 ratio: 0.615 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:57:40-08:57:50: n1 ratio: 1.001 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:57:50-08:58:00: n1 ratio: 0.374 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:58:00-08:58:10: n1 ratio: 0.530 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:58:10-08:58:20: n1 ratio: 0.999 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:58:20-08:58:30: n1 ratio: 0.997 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:58:30-08:58:40: n1 ratio: 0.778 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:58:40-08:58:50: n1 ratio: 0.000 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:58:50-08:59:00: n1 ratio: 0.815 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:59:00-08:59:10: n1 ratio: 0.902 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
interval 08:59:10-08:59:20: n1 ratio: 0.999 n2 ratio: 0.000 n3 ratio: 0.000 n4 ratio: 0.000 
(mixedversion.go:694).Run: panic (stack trace above): t.Fatal() was called
test artifacts and logs in: /artifacts/follower-reads/mixed-version/single-region/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=2
  • ROACHTEST_encrypted=false
  • ROACHTEST_fs=ext4
  • ROACHTEST_localSSD=true
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

/cc @cockroachdb/kv-triage

This test on roachdash | Improve this report!

Jira issue: CRDB-41591

@cockroach-teamcity cockroach-teamcity added branch-release-24.1.4-rc 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 Aug 23, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Aug 23, 2024
@andrewbaptist
Copy link
Collaborator

@renatolabs I haven't looked into this yet, but this run included your commit to disable the test, but still failed. It also says Deployment mode: shared-process in the logs.

@renatolabs
Copy link
Contributor

renatolabs commented Aug 23, 2024

@andrewbaptist it doesn't include my commit, it's the rc branch for 24.1.4.

Do you mind stamping these rc PRs, please: #129516 and #129558.

@andrewbaptist
Copy link
Collaborator

Sorry - I misread the commit history, and got thrown off by the rc branch. Thanks for the quick turnaround!

@renatolabs
Copy link
Contributor

Shared-process disabled on this branch.

@andrewbaptist andrewbaptist added the C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. label Aug 23, 2024
@github-project-automation github-project-automation bot moved this to roachtest/unit test backlog in KV Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-24.1.4-rc 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
No open projects
Status: roachtest/unit test backlog
Development

No branches or pull requests

3 participants