This repository has been archived by the owner on May 22, 2023. It is now read-only.
forked from oltpbenchmark/oltpbench
-
Notifications
You must be signed in to change notification settings - Fork 4
CRDB: problem loading seats #10
Comments
starting seeing this on the FLIGHT table before RESERVATION. dropped batch size from 100 to 5 and still see error. running the exact sql on the CLI executes fast, without issue.
|
this problem occurred because of the way OLTPBench was creating and holding on to connections. by the time the thread was ready (post countdown latch) to actually load the table, the connection was stale. pushed connection creation time to the last possible minute to get around this issue. there is a larger connection pool/management issue that needs to be addressed |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
has difficulty executing statement in JDBC/Application code. Executes fine using cockroachdb cli.
could it be cockroachdb/cockroach#31645
The text was updated successfully, but these errors were encountered: