0.28.2 has been released

2016-06-05 Thread Jie Yu
Hi folks, I just released Mesos 0.28.2 and updated the website. It includes some important bug fixes. The change log can be found here: https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.28.2 If you are considering using 0.28, please use 0.28.2! Thanks! - Jie

Re: Mesos HA does not work (Failed to recover registrar)

2016-06-05 Thread Dick Davies
The extra zookeepers listed in the second argument will let you mesos master process keep working if its local zookeeper goes down for maintenance. On 5 June 2016 at 13:55, Qian Zhang wrote: >> You need the 2nd command line (i.e. you have to specify all the zk >> nodes on each master, it's >> not

Re: Mesos HA does not work (Failed to recover registrar)

2016-06-05 Thread Qian Zhang
> > You need the 2nd command line (i.e. you have to specify all the zk > nodes on each master, it's > not like e.g. Cassandra where you can discover other nodes from the > first one you talk to). I have an Open DC/OS environment which is enabled master HA (there are 3 master nodes) and works very

Re: Set LIBPROCESS_IP for frameworks launched with marathon

2016-06-05 Thread Sivaram Kannan
I have been using this way from 0.23.0 to the 0.28.0. This has been surely working (although for a different framework). Inside the docker container can you see the $HOST variable defined?? The ticket you referred says that the apps definition needs to define LIBPROCESS_HOST=$HOST to be make the f

Re: Set LIBPROCESS_IP for frameworks launched with marathon

2016-06-05 Thread Eli Jordan
I found this issue on the mesos jira that describes the exact issue I am hitting. https://issues.apache.org/jira/browse/MESOS-3740 It doesn't appear to be resolved. Thanks Eli > On 5 Jun 2016, at 16:46, Eli Jordan wrote: > > Hmmm… that doesn’t seem to work for me. What version of mesos does

Re: Mesos HA does not work (Failed to recover registrar)

2016-06-05 Thread Dick Davies
OK, good - that part looks as expected, you've had a successful election for a leader (and yes that sounds like your zookeeper layer is ok). You need the 2nd command line (i.e. you have to specify all the zk nodes on each master, it's not like e.g. Cassandra where you can discover other nodes from