brianfrankcooper / YCSB

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

How configure YCSB to retry the connection #1590

Closed kmurakon closed 2 years ago

kmurakon commented 2 years ago

Is there any setting available in YCSB to configure connection retry?

This would particularly help us to perform failover test with a active workload, in a two node cluster environment.

busbey commented 2 years ago

that kind of failover has to be supported by the client library of the datastore binding. e.g. the JDBC binding allows it as do the various distributed NOSQL stores.