-
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
workload/bank: reset payload column before reuse #40215
Conversation
ca6d352
to
067a64a
Compare
The test failure is relevant:
|
oh, |
Without this change, running the bank workload on a non-trivial number of rows causes cockroach to fail with this error message: `panic: cannot overwrite value on flat Bytes: maxSetIndex=999, setIndex=0, consider using Reset` Release note: None
067a64a
to
466fb1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
fyi @asubiotto @jordanlewis on some potential usability feedback here |
bors r+ |
Build failed |
Thanks for kicking our tires - yeah, this appears like a rough corner. @asubiotto will take a look when he gets back from vacation in a week. |
Also cc @yuzefovich. |
bors r+ |
40215: workload/bank: reset payload column before reuse r=ajkr a=ajkr Without this change, running the bank workload on a non-trivial number of rows causes cockroach to fail with this error message: `panic: cannot overwrite value on flat Bytes: maxSetIndex=999, setIndex=0, consider using Reset` Release note: None Co-authored-by: Andrew Kryczka <andrew.kryczka2@gmail.com>
Build succeeded |
Without this change, running the bank workload on a non-trivial number
of rows causes cockroach to fail with this error message:
panic: cannot overwrite value on flat Bytes: maxSetIndex=999, setIndex=0, consider using Reset
Release note: None