Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 533 forks source link

Dynomite only setting values to 1 redis server behind dynomite #640

Closed ankur-aggarwal closed 5 years ago

ankur-aggarwal commented 5 years ago

I have the following configuration:

dyn_o_mite: listen: 0.0.0.0:8102 timeout: 150000 servers:

but, the dynomite only seems to be connected to one redis server running at 22125, and setting all values to that node.

smukil commented 5 years ago

@ankur-aggarwal: You need to create one YAML file per server. Try running "./test/start_cluster.py" from the top level dynomite directory. It will create a folder called "test_run.". Under that, have a look at the "conf/" directory to see how to setup a cluster.

Closing this. Please reopen if you still have issues.