brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.93k stars 2.23k forks source link

mongodb appear READ-FAILED and UPDATE-FAILED #1703

Closed 2310652493 closed 3 months ago

2310652493 commented 6 months ago

image image 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

seybi87 commented 6 months ago

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.