Versions: Zookeeper: 3.4.5+dfsg-1 Mesos: 0.19.0 (mesosphere amd64 package for Ubuntu 14.04)
The master is started on each server with this command line: /usr/local/sbin/mesos-master --zk=zk://n1.example.com:2181,n2.example.com:2181,n3.example.com:2181/mesos --port=5050 --cluster="Mesos Cluster" --log_dir=/var/log/mesos --quorum=2 --work_dir=/var/lib/mesos Each master dies with this in the FATAL log: Running on machine: n1 Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg F0702 15:48:46.635900 8372 master.cpp:777] Recovery failed: Failed to recover registrar: Failed to perform fetch within 1mins Each master dies if it's selected to be master so they generally only last about three minutes. A master is never elected. What should I be hunting down here? Kevin -- Kevin Lyda Galway, Ireland US Citizen overseas? We can vote. Register now: http://www.votefromabroad.org/
