-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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: ldr/kv0/workload=both/network_partition failed #133801
Comments
looks like we lost quorum on the source cluster, which could certainly lead to DLQ'd data. here's one example log line that indicates this:
|
oh lol this test is not well set up: we randomly pick half of the crdb nodes to disconnect from all other nodes. we should instead disconnect a random pair of src and dest nodes. in this test nodes 1,3,5 were disconnected from all other nodes, so node 2 was left all alone. I am surprised this test doesn't flake more often. |
This test could previously disconnect a set of nodes that could cause a cluster to loose quorom. With this patch, the test now disconnects a src-dest node pair that are replicating data. Fixes cockroachdb#133801 Release note: none
This test could previously disconnect a set of nodes that could cause a cluster to loose quorom. With this patch, the test now disconnects a src-dest node pair that are replicating data. Fixes cockroachdb#133801 Release note: none
This test could previously disconnect a set of nodes that could cause a cluster to loose quorom. With this patch, the test now disconnects a src-dest node pair that are replicating data. Fixes cockroachdb#133801 Release note: none
This test could previously disconnect a set of nodes that could cause a cluster to loose quorom. With this patch, the test now disconnects a src-dest node pair that are replicating data. Fixes cockroachdb#133801 Release note: none
This test could previously disconnect a set of nodes that could cause a cluster to loose quorom. With this patch, the test now disconnects a src-dest node pair that are replicating data. Fixes cockroachdb#133801 Release note: none
roachtest.ldr/kv0/workload=both/network_partition failed with artifacts on master @ ffe1b9fed2b7ee3b8d53d6d943038c358b8eb5a6:
Parameters:
ROACHTEST_arch=arm64
ROACHTEST_cloud=aws
ROACHTEST_coverageBuild=false
ROACHTEST_cpu=8
ROACHTEST_encrypted=false
ROACHTEST_fs=ext4
ROACHTEST_localSSD=false
ROACHTEST_runtimeAssertionsBuild=false
ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
Grafana is not yet available for aws clusters
This test on roachdash | Improve this report!
Jira issue: CRDB-43763
The text was updated successfully, but these errors were encountered: