Re: [VOTE] Release Apache Mesos 0.18.1 (rc2)

2014-05-02 Thread Vinod Kone
+1 make check passes on OSX 10.9 w/ gcc-4.8 On Wed, Apr 30, 2014 at 11:18 PM, Niklas Nielsen n...@qni.dk wrote: Hi all, Please vote on releasing the following candidate as Apache Mesos 0.18.1. 0.18.1 includes the following:

Re: [VOTE] Release Apache Mesos 0.18.1 (rc2)

2014-05-02 Thread Manivannan
+1 On Fri, May 2, 2014 at 11:38 AM, Vinod Kone vinodk...@gmail.com wrote: +1 make check passes on OSX 10.9 w/ gcc-4.8 On Wed, Apr 30, 2014 at 11:18 PM, Niklas Nielsen n...@qni.dk wrote: Hi all, Please vote on releasing the following candidate as Apache Mesos 0.18.1. 0.18.1 includes

Re: protecting mesos from fat fingers

2014-05-02 Thread Dick Davies
Not quite - looks to me like mesos slave disks filled with failed jobs (because marathon continued to throw a broken .zip into them) and with /tmp on the root fs the servers became unresponsive. Tobi mentions there's a way to set that at deploy time, but in this case the guy who can't type 'hello

Re: [VOTE] Release Apache Mesos 0.18.1 (rc2)

2014-05-02 Thread Brenden Matthews
+1 Make check'd on Debian sid with: gcc version 4.8.2 (Debian 4.8.2-21) On Thu, May 1, 2014 at 11:27 PM, Manivannan citizenm...@gmail.com wrote: +1 On Fri, May 2, 2014 at 11:38 AM, Vinod Kone vinodk...@gmail.com wrote: +1 make check passes on OSX 10.9 w/ gcc-4.8 On Wed, Apr 30, 2014

Re: [VOTE] Release Apache Mesos 0.18.1 (rc2)

2014-05-02 Thread Benjamin Mahler
Looks like --without-cxx11 is broken for gcc-4.2.1, not sure if that should be a blocker for this because I don't believe there is a fix for this yet! [bmahler@smf1-aye-26-sr4 mesos-0.18.1]$ ./configure --disable-optimize --without-cxx11 make check -j8 ... libtool: compile: g++

Re: Questions about mesos-storm

2014-05-02 Thread Chengwei Yang
On Tue, Apr 29, 2014 at 10:06:45AM -0700, Lin Zhao wrote: Yes, basically Nimbus runs as Mesos framework (inside Mesos master), if Mesos master dies, it should start automatically on a different node. It's not a standard Nimbus, it's MesosNimbus (Mesos framework): code might look this (it's