Hi, Can someone confirm whether the zookeeper library Mesos is using well supports round robin DNS?
For example, if I have a round robin DNS entry `zookeeper-mesos-dc` which resolves to five A records, would the --zk flag value ` zk://zookeeper-mesos-dc:2181/mesos` work on master, agents and any framework using libmesos driver? Also: 1. What happens if one of the A records changes in the DNS record? Do I need to restart related Mesos processes? 2. What happens if one of the A records is not responsive (e.g. underlying zookeeper server is dead)? Is the zookeeper library capable to avoid the bad server? Some pointer for me to find out the answer individually is also greatly appreciated. Thanks! -- Cheers, Zhitao Li
