-
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: replicate/wide failed #86107
Comments
roachtest.replicate/wide failed with artifacts on master @ 41db784cb97d2749b162020c2c821979094f87b1:
Parameters: |
roachtest.replicate/wide failed with artifacts on master @ f4042d47fa8062a612c38d4696eb6bee9cee7c21:
Parameters: |
roachtest.replicate/wide failed with artifacts on master @ b173a16715e71e94115820374da1eb350b3b459d:
Parameters: |
roachtest.replicate/wide failed with artifacts on master @ 5c2c62ecf1bea60c807edc6b4da22d900ad4ae03:
Parameters: |
Looks like a real bug/panic.
|
Coming from here: cockroach/pkg/kv/kvserver/replicate_queue.go Lines 497 to 498 in 62b5e8b
Looks like it was recently introduced, in 62b5e8b. Are we missing an enum in the switch statement? |
This comment was marked as duplicate.
This comment was marked as duplicate.
In addition to ensuring full enum coverage, since it's only metrics related, the fallback behavior could be just ignoring instead of panicking. To make this less fragile to future enum additions if any. Go's type safety here isn't great so there's no way to tell, but a full server crash sounds severe. |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
roachtest.replicate/wide failed with artifacts on master @ 80c274877a917580af62be6eb0cd48c8c7ae9c08:
Parameters: |
roachtest.replicate/wide failed with artifacts on master @ 003c0360de8b64319b5f0f127b99be91dbdca8a3:
Parameters: |
roachtest.replicate/wide failed with artifacts on master @ 524fd14da3fefcd849f44a835cc5f88f5dbdadcc:
Parameters: |
roachtest.replicate/wide failed with artifacts on master @ d25cb57ccd9bc643ce9058ebd2057cab36b69ad5:
Parameters:
ROACHTEST_cloud=gce
,ROACHTEST_cpu=1
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-18577
The text was updated successfully, but these errors were encountered: