Skip to content
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

Upgrade the openebs/tests-tpcc-client container to perform parallel database load in tpcc-runner.sh #13

Closed
ksatchit opened this issue Sep 8, 2017 · 1 comment
Assignees

Comments

@ksatchit
Copy link
Member

ksatchit commented Sep 8, 2017

The openebs/tests-tpcc-client container currently performs the following step to load the database with entries (as per the number of warehouses specified in the tpcc.conf benchmark config file) before running the actual benchmark test (tpcc_start) :-

./tpcc_load -h <DB_SERVER_IP> -P3306 -d<DB_NAME> -u <DB_USER> -p <DB_PASSWORD> -w

This is a sequential process that increases in duration with the number of warehouses specified, thereby delaying the start of the actual benchmark.

This process can be made quicker by running multiple parallel tpcc_load operations on a subset of warehouses. There is already a script (load.sh) provided by percona in the tpcc-mysql repo which does this - we need to use it in the tpcc-runner.sh with the logic to identify completion of all tpcc_load processes before proceeding to start the benchmark

@ksatchit ksatchit self-assigned this Sep 8, 2017
@ksatchit
Copy link
Member Author

Moved issue to openebs/test-tools repo: litmuschaos/test-tools#19

vijayto pushed a commit to vijayto/litmus that referenced this issue Apr 12, 2020
Updates the chaosexperiment custom resource schema to contain low-level chaos params eliminating need for chaosgraph

Signed-off-by: ksatchit <karthik.s@openebs.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant