Re: What happens if Server node in a client-server gets down?

2018-10-17 Thread Ilya Kasnacheev
Hello! 1. In this case client will not be able to reconnect, I am afraid. You should specify several addresses there. 2. No, but the client will not be able to reconnect to a new server node until you restart. It will still be able to communicate with any new servers or clients, provided that it

Re: What happens if Server node in a client-server gets down?

2018-10-16 Thread the_palakkaran
1. How does client re-connect to another server if I have mentioned only the address of leader aka oldest node in its configuration? 2. Suppose I have mentioned all server addresses in my client's configuration. What if I I need to add a new server node? Then I will need to restart the client

Re: What happens if Server node in a client-server gets down?

2018-10-16 Thread Ilya Kasnacheev
Hello! What is a leader node? Client will re-connect to a different server if current server is down. Regards, -- Ilya Kasnacheev вт, 16 окт. 2018 г. в 19:17, the_palakkaran : > Hi, > > I have a cluster of three nodes and a client that is connected to one of > the > node in the cluster. If

What happens if Server node in a client-server gets down?

2018-10-16 Thread the_palakkaran
Hi, I have a cluster of three nodes and a client that is connected to one of the node in the cluster. If this node gets down, then the client will throw exception that cannot connect to the node. Is there a way to dynamically attach my client to the leader node, means if the leader is down, the