Percona-Lab / sysbench-tpcc

Sysbench scripts to generate a tpcc-like workload for MySQL and PostgreSQL
Apache License 2.0
292 stars 104 forks source link

FATAL:'sysbench.cmdline.call_command' function failed: ./tpcc_common.lua:477:db_bulk_insert_next() #14

Open yonglezhu opened 6 years ago

yonglezhu commented 6 years ago

os:centos7.4 mysql:5.7.24 sysbench:1.0.15 sysbench-tpcc:2.2

littlexsparkee commented 4 years ago

You probably already created the database and need to drop it to get rid of the error. It isn't fatal though so you can just ignore it. The question on my mind is whether data is corrupted canceling a sysbench run midway, at which point you'd have to run a fresh prepare else you will run into issues later.