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

2014-11-12 Thread Vinod Kone
Here is another cherry pick for rc3. commit 99dc04868da8e30ad7d4e733ba5e3573602ce9e9 Author: Vinod Kone vinodk...@gmail.com Date: Tue Nov 11 17:03:37 2014 -0800 Fixed scheduler driver to not acknowledge status update when stop() is called. Review:

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

2014-11-11 Thread Vinod Kone
+1 Successfully deployed to our test clusters. On Mon, Nov 10, 2014 at 2:23 PM, Ian Downes idow...@twitter.com.invalid wrote: Hi all, Please vote on releasing the following candidate as Apache Mesos 0.21.0. 0.21.0-rc2 added the following commits to 0.21.0-rc1: $ git cherry -v 0.21.0-rc1

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

2014-11-11 Thread Niklas Nielsen
+1 Mac OS X 10.9.5 and Ubuntu trusty Niklas On 11 November 2014 10:11, Vinod Kone vinodk...@gmail.com wrote: +1 Successfully deployed to our test clusters. On Mon, Nov 10, 2014 at 2:23 PM, Ian Downes idow...@twitter.com.invalid wrote: Hi all, Please vote on releasing the following

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

2014-11-11 Thread Vinod Kone
We found a bug in production that causes driver to send ACKs despite scheduler throwing an exception. https://issues.apache.org/jira/browse/MESOS-2078 The fix is worth including in 0.21.0. I'll prep a fix and we can cut rc3. On Tue, Nov 11, 2014 at 1:59 PM, Niklas Nielsen nik...@mesosphere.io

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

2014-11-11 Thread Benjamin Mahler
+till FYI for Mac OS X 10.10. Had to install subversion and apr: $ brew tap homebrew/versions $ brew tap homebrew/apache $ brew install subversion apr There is a flaky test in libprocess: [ RUN ] IO.Write make[5]: *** [check-local] Broken pipe: 13 Filed:

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

2014-11-11 Thread Benjamin Mahler
Here's the patch for 10.10 that we should cherry-pick: commit 8adb36e3f72b575dea53013e7e790cb6c7957ae0 Author: Benjamin Mahler bmah...@twitter.com Date: Tue Nov 11 15:11:32 2014 -0800 Added missing ZooKeeper patch file to the Makefile. I'll mark

[VOTE] Release Apache Mesos 0.21.0 (rc2)

2014-11-10 Thread Ian Downes
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.21.0. 0.21.0-rc2 added the following commits to 0.21.0-rc1: $ git cherry -v 0.21.0-rc1 + cf2e056a2168cc3ce40d6669840bebb1a8cf166a Fixed Authenticator SASL auxiliary memory access. +