YCSB
YCSB copied to clipboard
mongodb appear READ-FAILED and UPDATE-FAILED
I encountered an issue while testing mongo, with READ-FAILED and UPDATE-FAILED appearing. How can I handle it
This is the command to run
./bin/ycsbrun mongodb - s - p workload=site. ycsb.workloads CoreWorkload - p recordcount=100- p operationcount=50- p insertpromotion=0 - p readpromotion=50 -p updatepromotion=50- p requestdistribution=zipfan - p mongodb. URL=“ mongodb://abc:wecon123 @192.168.0.74:27017/test "- threads 8
Hi @2310652493 did you run the load
command before running the run
command?
Looks like no records to update or read are found in the database, so you might have not successfully loaded the database via the load
command.