-
Notifications
You must be signed in to change notification settings - Fork 21
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
TPCC from "remote" node causes less than expected data to be loaded #47
Comments
Here is a healthy run, with counts as expected:
|
Here's an unhealty connection, from the node in different region:
|
Here's the same data, this time from a tpcc with 8 threads (other values the same). The performance was abysmal - over 2 hours to completion, compared to about 17 min running locally, and plenty of errors. So I am expecting them to be related.
This time, we're well under-valued for orders and new_orders compared to local - 5% under. |
CC issue #46 |
When I run a TPCC load from a node that is undersized and in a different zone as the cluster. I get data less than expected to be loaded. Given 100 warehouses, I expect some number of orders = 30k times number of warehouses, new_orders = 90k, order_lines=30k.
These numbers, given random inserts, will have some variability, in the realm of 1-2%, decreasing as load/threads goes up.
Data representing this will be uploaded shortly.
Here is the cluster setup and tpcc load module:
cluster:
Node which tpcc is running from:
Issue happens with small numbers of threads.
Tested and failing with 4, 8, 48 threads
100 warehouses
Command for example:
The tpcc benchmark success but with the above errors.
The text was updated successfully, but these errors were encountered: