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 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