Netflix / dynomite

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

peer node is not connected #676

Closed jakelima18 closed 5 years ago

jakelima18 commented 5 years ago

Hello Everyone, I have a question about architecture. If you can help me, I thank you. I have 3 nodes with dynomite and redis. they see each other and replicate themselves perfectly. But if a node falls, the entire cluster goes down. my application client can not connect to the application any more. my application is in python and I'm using the same redis library.