Re: Zookeeper client behavior on ZK server segmentation

2018-02-21 Thread Sergey Chugunov
Flavio, Thank you for quick reply, I'll revisit my code in that case. --- Sergey. On Tue, Feb 20, 2018 at 7:04 PM, Flavio Junqueira wrote: > Hey Sergey, > > > > My question is if there is a way to configure ZooKeeper client in such a > > way that it will try to reconnect to other ZooKeeper ser

Re: Zookeeper client behavior on ZK server segmentation

2018-02-20 Thread Flavio Junqueira
Hey Sergey, > My question is if there is a way to configure ZooKeeper client in such a > way that it will try to reconnect to other ZooKeeper servers when the > server it was connected to gets segmented? The connect string that you pass when creating a zookeeper handle can contain multiple serve

Zookeeper client behavior on ZK server segmentation

2018-02-20 Thread Sergey Chugunov
Hello Zookeeper folks, I'm from Apache Ignite community [1]; I'm trying to adopt ZooKeeper ver. 3.4.6 in our project. As Ignite is a distributed platform we need some discovery mechanism to build a cluster; when integrating ZooKeeper for this purpose I faced the following issue. My scenario is s