I try to run TPC-C benchmark with the following configuration in a cluster with three machines (8 test process total) .
$ fdbserver -f TPCC.txt -r multitest
The text of TPCC.txt is shown as following
testTitle=PopulateTPCCTest
testName=PopulateTPCC
clientsUsed=2
actorsPerClient=1
warehousesPerActor=80
timeout=3600000
clearAfterTest=false
runConsistencyCheck=false
testTitle=TPCCTest
testName=TPCC
warehousesPerClient=4
testDuration=3600
warmupTime=300
clientsUsed=40
expectedTransactionsPerMinute=1000
timeout=14400
The I got all testers failed in the second test.
I have no idea why this happen.
Can anyone tell me how should I run TPCC benchmark correctly?
Thanks very much!