-
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
sql: BenchmarkInsertDistinct100Multinode_Cockroach fails instantly #10551
Comments
@andreimatei suggests assigning to @spencerkimball who might know more about these |
jordanlewis
added a commit
to jordanlewis/cockroach
that referenced
this issue
Nov 8, 2016
...until cockroachdb#10551 is resolved. It'd be nice to get the nightly benchmark runs working again.
spencerkimball
added a commit
that referenced
this issue
Nov 11, 2016
Previously, in the event that we reproposed a command or else discovered on Raft application that our index was out of order, we'd both retry the command as well as update the timestamp cache. This caused replay txn errors in some cases. Fixes #10551
spencerkimball
added a commit
that referenced
this issue
Nov 11, 2016
Previously, in the event that we reproposed a command or else discovered on Raft application that our index was out of order, we'd both retry the command as well as update the timestamp cache. This caused replay txn errors in some cases. Fixes #10551
spencerkimball
added a commit
that referenced
this issue
Nov 11, 2016
Previously, in the event that we reproposed a command or else discovered on Raft application that our index was out of order, we'd both retry the command as well as update the timestamp cache. This caused replay txn errors in some cases. Fixes #10551
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This benchmark fails instantly on my machine, with
make bench PKG=./pkg/sql TESTS=BenchmarkInsertDistinct100Multinode
.The text was updated successfully, but these errors were encountered: