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: [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: Question on slave recovery

2016-04-06 Thread Benjamin Mahler
To clarify, mesos does not initiate the spawning of tasks, that is the responsibility of a framework's scheduler. Also, FYI there is a 0.28.1 being released right now, although I'm not sure what you're seeing is related to any of the bugs that were fixed. In order to help you, I need to know

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: Disappearing tasks

2016-04-06 Thread Greg Mann
Hi Justin, I'm sorry that you've been having difficulty with your cluster. Do you have access to master/agent logs around the time that these tasks went missing from the Mesos UI? It would be great to have a look at those if possible. I would still recommend against setting the agent work_dir to

Re: Disappearing tasks

2016-04-06 Thread Justin Ryan
Thanks Rik – Interesting theory, I considered that it might have some connection to the removal of sandbox files. Sooo this morning I had all of my kafka brokers disappear again, and checked this on a node that is definitely still running kafka. All of /tmp/mesos, including what appear to be

Re: Failed to locate systemd cgroups hierarchy

2016-04-06 Thread haosdent
Hi, how about add `--systemd_enable_support=false` when start slave? On Wed, Apr 6, 2016 at 8:34 PM, DiGiorgio, Mr. Rinaldo S. < rdigior...@pace.edu> wrote: > Hi, > > I am using lxc to create a container and I must be missing a > dependent package. Has anyone seen and resolved the

Re: Failed to locate systemd cgroups hierarchy

2016-04-06 Thread Klaus Ma
Try to mount /sys, /cgroup to container. On Wed, Apr 6, 2016 at 8:34 PM DiGiorgio, Mr. Rinaldo S. < rdigior...@pace.edu> wrote: > Hi, > > I am using lxc to create a container and I must be missing a > dependent package. Has anyone seen and resolved the following. > > > I0406

Failed to locate systemd cgroups hierarchy

2016-04-06 Thread DiGiorgio, Mr. Rinaldo S.
Hi, I am using lxc to create a container and I must be missing a dependent package. Has anyone seen and resolved the following. I0406 12:28:53.765508 18891 main.cpp:223] Build: 2016-03-17 17:47:25 by root I0406 12:28:53.765622 18891 main.cpp:225] Version: 0.28.0 I0406 12:28:53.765653

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 -