Comment 1 for bug 551250

Revision history for this message
Mark Callaghan (mdcallag) wrote :

Reproduction code is sysbench at https://code.launchpad.net/~mdcallag/sysbench/0.4-incupdate
vary the the value for --num-threads

sysbench --test=oltp --oltp-table-size=2000000 --max-time=60 --max-requests=0 --mysql-table-engine=pbxt \
  --db-ps-mode=disable --mysql-engine-trx=no --oltp-skip-trx --oltp-test-mode=incinsert \
  --oltp-dist-type=uniform --oltp-range-size=1 prepare

sysbench --test=oltp --oltp-table-size=2000000 --max-time=60 --max-requests=0 --mysql-table-engine=pbxt \
--db-ps-mode=disable --mysql-engine-trx=no --oltp-skip-trx --oltp-test-mode=incinsert \
--oltp-dist-type=uniform --oltp-range-size=1 --num-threads=1 --seed-rng=1 run