Re: [VOTE] Release Apache Mesos 0.24.2 (rc5)

2016-04-06 Thread Vinod Kone
+1 (binding) make check on ubuntu 14.04 On Wed, Apr 6, 2016 at 6:17 PM, Benjamin Mahler wrote: > +1 (binding) > > The following passes on OS X: > $ ./configure CC=clang CXX=clang++ --disable-python --disable-java > $ make check > > On Tue, Apr 5, 2016 at 10:51 PM, Michael

Re: [VOTE] Release Apache Mesos 0.26.1 (rc4)

2016-04-06 Thread Vinod Kone
+1(binding) Tested on ASF CI. The centos failures are due to a known bug in the docker build script that cannot guess JAVA_HOME (has been fixed since). Configuration Matrix gcc clang centos:7 --verbose --enable-libevent --enable-ssl [image: Failed]

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

2016-04-06 Thread Vinod Kone
+1 (binding) Tested on ASF CI. There was one flaky test that's new: https://issues.apache.org/jira/browse/MESOS-5139 Configuration Matrix gcc clang centos:7 --verbose --enable-libevent --enable-ssl [image: Success]

Re: [VOTE] Release Apache Mesos 0.26.1 (rc4)

2016-04-06 Thread Vinod Kone
oops wrong email thread. this should be for 28.1 voting thread. canceling this particular vote. i'll vote for 26.1 shortly. On Wed, Apr 6, 2016 at 8:46 PM, Vinod Kone wrote: > +1 (binding) > > Tested on ASF CI. There was one flaky test that's new: >

Re: [VOTE] Release Apache Mesos 0.26.1 (rc4)

2016-04-06 Thread Vinod Kone
+1 (binding) Tested on ASF CI. There was one flaky test that's new: https://issues.apache.org/jira/browse/MESOS-5139 Configuration Matrix gcc clang centos:7 --verbose --enable-libevent --enable-ssl [image: Success]

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

2016-04-06 Thread Michael Park
+1 (binding) Internal CI results with the corresponding JIRA tickets for the failed tests: CentOS 6 (non-SSL): CentOS 6 (SSL): - MemoryPressureMesosTest.CGROUPS_ROOT_SlaveRecovery (MESOS-4047 , MESOS-4053

Re: Ordering guarantee of future.onAny callbacks

2016-04-06 Thread Benjamin Mahler
Well, IMHO it's important to understand that .then provides chaining and .onX provides callbacks. These are different primitives. We talked in the past about providing more forms of chaining. For example, you can imagine that .then takes a function that takes a Future rather than a X in order to

Re: [VOTE] Release Apache Mesos 0.25.1 (rc4)

2016-04-06 Thread Vinod Kone
+1 (binding) `./configure && make check` on ubuntu 14.04 On Wed, Apr 6, 2016 at 6:18 PM, Benjamin Mahler wrote: > +1 (binding) > > The following passes on OS X: > $ ./configure CC=clang CXX=clang++ --disable-python --disable-java > $ make check > > On Tue, Apr 5, 2016 at

Re: [Isolation][Containerization] - Add Intel Cache Allocation Technology(CAT) Isolator Support

2016-04-06 Thread Niklas Nielsen
On Tue, Apr 5, 2016 at 7:51 PM, Du, Fan wrote: > > Thanks for heads up! Kevin and Niklas. > > Exposing LLC as resource needs special modification to current resource > managing and offering behavior. > Here is my early thoughts: > 1) 'cpu' resource is essentially a cpu share

Re: [VOTE] Release Apache Mesos 0.26.1 (rc4)

2016-04-06 Thread Benjamin Mahler
+1 (binding) The following passes on OS X: $ ./configure CC=clang CXX=clang++ --disable-python --disable-java $ make check On Tue, Apr 5, 2016 at 11:41 PM, Michael Park wrote: > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 0.26.1. > > > 0.26.1

Re: [VOTE] Release Apache Mesos 0.25.1 (rc4)

2016-04-06 Thread Benjamin Mahler
+1 (binding) The following passes on OS X: $ ./configure CC=clang CXX=clang++ --disable-python --disable-java $ make check On Tue, Apr 5, 2016 at 11:41 PM, Michael Park wrote: > s/No changes from rc4/No changes from rc3/ > s/New fixes in rc5/New fixes in rc4/ > > On 5 April

Re: [VOTE] Release Apache Mesos 0.24.2 (rc5)

2016-04-06 Thread Benjamin Mahler
+1 (binding) The following passes on OS X: $ ./configure CC=clang CXX=clang++ --disable-python --disable-java $ make check On Tue, Apr 5, 2016 at 10:51 PM, Michael Park wrote: > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 0.24.2. > > > 0.24.2

Re: Looking for Shepherd for MESOS-1104

2016-04-06 Thread tommy xiao
Hi team, Need a committer to give a Shepherd for MESOS-1104, anyone can help review it( https://reviews.apache.org/r/45500/). the patch is updated as "ship it" status. 2016-04-01 13:49 GMT+08:00 tommy xiao : > the patch is here: https://reviews.apache.org/r/45500/ > >

Re: Typed Error Handling in Mesos

2016-04-06 Thread Bernd Mathiske
+1 Another use case: https://github.com/mesosphere/marathon/commit/d616c05619753e398e882fa8d80e35e137775b30 https://issues.apache.org/jira/browse/MESOS-2522

Re: Typed Error Handling in Mesos

2016-04-06 Thread Kevin Klues
+1 This is also similar to how errors are typed in Go as well. On Wednesday, April 6, 2016, Alexander Rojas wrote: > +1 > > What I like is that it allows from some kind of type safety into the error > management beyond trying to parse error strings. > > > On 05 Apr

Re: Typed Error Handling in Mesos

2016-04-06 Thread Alexander Rojas
+1 What I like is that it allows from some kind of type safety into the error management beyond trying to parse error strings. > On 05 Apr 2016, at 03:48, Michael Park wrote: > > Contrary to standard C++ practices, Mesos uses return values as the > mechanism > for error

Re: [VOTE] Release Apache Mesos 0.25.1 (rc4)

2016-04-06 Thread Michael Park
s/No changes from rc4/No changes from rc3/ s/New fixes in rc5/New fixes in rc4/ On 5 April 2016 at 23:18, Michael Park wrote: > Hi all, > > Please vote on releasing the following candidate as Apache Mesos 0.25.1. > > > 0.25.1 includes the following: > >

[VOTE] Release Apache Mesos 0.26.1 (rc4)

2016-04-06 Thread Michael Park
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.26.1. 0.26.1 includes the following: No changes from rc3: * Improvements - `/state` endpoint performance - `systemd` integration -

[VOTE] Release Apache Mesos 0.25.1 (rc4)

2016-04-06 Thread Michael Park
Hi all, Please vote on releasing the following candidate as Apache Mesos 0.25.1. 0.25.1 includes the following: No changes from rc4: * Improvements - `/state` endpoint performance - `systemd` integration -