-
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: kv/contention/nodes=4 failed #80823
Comments
roachtest.kv/contention/nodes=4 failed with artifacts on master @ c9e0194b19a03d55c6be92572aad3fbafc256334:
|
roachtest.kv/contention/nodes=4 failed with artifacts on master @ 7a9eb906ce86e2f75db637e29d46cd6604fca7b4:
|
This is a pretty clear regression on master. Since the failure rate is so high but I don't see something obvious in the git log, I'll jump right to bisecting. |
I bisected this conclusively to 9f02be7, which just landed on master and was not backported. Assigning to @yuzefovich. |
Thanks Nathan, I'll take a look. |
roachtest.kv/contention/nodes=4 failed with artifacts on master @ 01572daaf94f80f81f843723a8b58d80fe128990:
|
@nvanbenschoten I wonder whether off the top of your head you can say that this error is likely (or expected) to occur when P99 latency gets into 10 seconds range? My hypothesis is that because the streamer currently doesn't support transparent refresh mechanism (i.e. automatic retries) and uses the leaf txns, the likelihood that that the write txn needs to be retried significantly increased with 9f02be7. Once P99 gets into 10-20 second range, I see the error occur locally. |
roachtest.kv/contention/nodes=4 failed with artifacts on master @ b01e1f3b3db311603dc7dd63647a8a737602143e:
|
80967: sql: disable streamer for lookup joins for now r=yuzefovich a=yuzefovich There is some fallout in the roachtests from using the streamer for the lookup join without ordering, so let's disable it for now while we're figuring things out. Informs: #80823. Informs: #79870 (comment). Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
roachtest.kv/contention/nodes=4 failed with artifacts on master @ a2e1910f51593bd2ef72e1d7c615e08f95791186:
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-15500
The text was updated successfully, but these errors were encountered: