why does mesos require resolving all zookeeper hostnames?

2014-07-29 Thread Itamar Ostricher
Hi, I experimented today running mesos masters slaves with multiple masters using zookeeper, by editing the /etc/mesos/zk file on all nodes (masters and slaves) to something like: zk://master1:2181,master2:2181,master3:2181/mesos I noticed that if not all masters are up when a master or slave

Re: why does mesos require resolving all zookeeper hostnames?

2014-07-29 Thread Benjamin Mahler
Thanks for bringing this up! This is part of the ZK C library. We have seen failing slaves with sporadic DNS lookup failures in our clusters. After speaking to a ZK expert, I believe one of the things going into 3.5.0 is the ability to only need to resolve one of the zk hosts correctly, as you

Re: why does mesos require resolving all zookeeper hostnames?

2014-07-29 Thread Raúl Gutiérrez Segalés
On 29 July 2014 13:53, Benjamin Mahler benjamin.mah...@gmail.com wrote: Thanks for bringing this up! This is part of the ZK C library. We have seen failing slaves with sporadic DNS lookup failures in our clusters. After speaking to a ZK expert, I believe one of the things going into 3.5.0 is