-
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
roachperf: regression around 2022-06-27 #83893
Comments
Bisected the second regression down to #78085 on 2022-06-28, so that's also related to MVCC range tombstones. Dumping some raw data from bisection:
|
cc @cockroachdb/replication |
We're back to around 116k. What's the target for calling this one done? @erikgrinaker @jbowens |
Going to run some targeted benchmarks and get some numbers first, but we can likely close this out this week. |
cc @cockroachdb/replication |
I ran some I'm going to close this one out for now, since we're recovered most of the regression in multi-node benchmarks. We should still run some comparisons between 22.1 and |
There's a roachperf regression around 2022-06-27, e.g. on
kv95/enc=false/nodes=3/cpu=32
:This is primarily due to #82045, which merged on 2022-06-26, but I'm also seeing slowdowns later:
Interestingly, I'm not seeing the giant drop at the end. Might just be a fluke, or temporary change, although I do see it across a few benchmarks.
Jira issue: CRDB-17337
Epic CRDB-2624
The text was updated successfully, but these errors were encountered: