brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.86k stars 2.22k forks source link

@kruthar - I resolved this issue for myself by setting a maximum timeout for individual requests, in CRUD operations, in the client-binding. (Implementation was simply running a timer thread in parallel to stop the operation if it exceeded the given time limit.) #1675

Open shagun971 opened 1 year ago

shagun971 commented 1 year ago

I am getting similar issue with mongo. ycsb is stuck with some threads. Is there a way to configure it to way for sometime (say 10 secs) and stop waiting after that?