You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Michael Park <mp...@apache.org> on 2016/02/27 06:26:18 UTC

[VOTE] Release Apache Mesos 0.26.1 (rc1)

Hi all,

Please vote on releasing the following candidate as Apache Mesos 0.26.1.


0.26.1 includes the following:
--------------------------------------------------------------------------------

   - Improvements
      - `/state` endpoint performance
      - systemd integration
      - GLOG performance
      - Configurable task/framework history
      - Offer filter timeout fix for backlogged allocator


   - Bugs
   - SSL
      - Libevent
      - Fixed point resources math
   - HDFS
      - Agent upgrade compatibility

The CHANGELOG for the release is available at:
https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
--------------------------------------------------------------------------------

The candidate for Mesos 0.26.1 release is available at:
https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz

The tag to be voted on is 0.26.1-rc1:
https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1

The MD5 checksum of the tarball can be found at:
https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5

The signature of the tarball can be found at:
https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc

The PGP key used to sign the release is here:
https://dist.apache.org/repos/dist/release/mesos/KEYS

The JAR is up in Maven in a staging repository here:
https://repository.apache.org/content/repositories/orgapachemesos-1106

Please vote on releasing this package as Apache Mesos 0.26.1!

The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a majority
of at least 3 +1 PMC votes are cast.

[ ] +1 Release this package as Apache Mesos 0.26.1
[ ] -1 Do not release this package because ...

Thanks,

Joris, Kapil, MPark

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

Posted by Greg Mann <gr...@mesosphere.io>.
I was also able to successfully test a simple upgrade scenario between
0.25.1-rc1 and 0.26.1-rc1 using Niklas's upgrade testing script, which I've
modified slightly and reposted here: https://reviews.apache.org/r/44229/

On Mon, Feb 29, 2016 at 10:31 PM, Greg Mann <gr...@mesosphere.io> wrote:

> +1 (non-binding)
>
> `sudo make check` on Ubuntu 14.04 using gcc, with libevent and SSL enabled.
>
> All tests pass except:
>
> PerfEventIsolatorTest.ROOT_CGROUPS_Sample, which is covered here:
> https://issues.apache.org/jira/browse/MESOS-4655
>
> CgroupsAnyHierarchyWithPerfEventTest.ROOT_CGROUPS_Perf,
> MemoryPressureMesosTest.CGROUPS_ROOT_Statistics, and
> MemoryPressureMesosTest.CGROUPS_ROOT_SlaveRecovery, due to the issue here:
> https://issues.apache.org/jira/browse/MESOS-3215
>
> On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org> wrote:
>
>> Looks like the ASF CI builds for CentOS7 are failing because they are
>> unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
>> build script or something in the configure script.
>>
>>
>> checking for svn_txdelta in -lsvn_delta-1... yes
>> checking for sasl_done in -lsasl2... yes
>> checking SASL CRAM-MD5 support... yes
>> checking for javac... /usr/bin/javac
>> checking for java... /usr/bin/java
>> checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
>> configure: error: could not guess JAVA_HOME
>>
>>
>>
>> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
>>
>>    - refs/tags/0.26.1-rc1
>>
>> Configuration Matrix gcc clang
>> centos:7 --verbose --enable-libevent --enable-ssl
>> [image: Failed]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Not run]
>> --verbose
>> [image: Failed]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Not run]
>> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> --verbose
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>>
>> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io> wrote:
>>
>>> +1 (binding)
>>>
>>> Successful CI builds for the following distros:
>>>
>>> amd64/centos/6
>>> amd64/centos/7
>>> amd64/debian/jessie
>>> amd64/ubuntu/precise
>>> amd64/ubuntu/trusty
>>> amd64/ubuntu/vivid
>>>
>>> Kapil
>>>
>>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:
>>>
>>> > Hi all,
>>> >
>>> > Please vote on releasing the following candidate as Apache Mesos
>>> 0.26.1.
>>> >
>>> >
>>> > 0.26.1 includes the following:
>>> >
>>> >
>>> --------------------------------------------------------------------------------
>>> >
>>> >    - Improvements
>>> >       - `/state` endpoint performance
>>> >       - systemd integration
>>> >       - GLOG performance
>>> >       - Configurable task/framework history
>>> >       - Offer filter timeout fix for backlogged allocator
>>> >
>>> >
>>> >    - Bugs
>>> >    - SSL
>>> >       - Libevent
>>> >       - Fixed point resources math
>>> >    - HDFS
>>> >       - Agent upgrade compatibility
>>> >
>>> > The CHANGELOG for the release is available at:
>>> >
>>> >
>>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>>> >
>>> >
>>> --------------------------------------------------------------------------------
>>> >
>>> > The candidate for Mesos 0.26.1 release is available at:
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>>> >
>>> > The tag to be voted on is 0.26.1-rc1:
>>> >
>>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>>> >
>>> > The MD5 checksum of the tarball can be found at:
>>> >
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>>> >
>>> > The signature of the tarball can be found at:
>>> >
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>>> >
>>> > The PGP key used to sign the release is here:
>>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
>>> >
>>> > The JAR is up in Maven in a staging repository here:
>>> > https://repository.apache.org/content/repositories/orgapachemesos-1106
>>> >
>>> > Please vote on releasing this package as Apache Mesos 0.26.1!
>>> >
>>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
>>> majority
>>> > of at least 3 +1 PMC votes are cast.
>>> >
>>> > [ ] +1 Release this package as Apache Mesos 0.26.1
>>> > [ ] -1 Do not release this package because ...
>>> >
>>> > Thanks,
>>> >
>>> > Joris, Kapil, MPark
>>> >
>>>
>>
>>
>

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

Posted by Greg Mann <gr...@mesosphere.io>.
I was also able to successfully test a simple upgrade scenario between
0.25.1-rc1 and 0.26.1-rc1 using Niklas's upgrade testing script, which I've
modified slightly and reposted here: https://reviews.apache.org/r/44229/

On Mon, Feb 29, 2016 at 10:31 PM, Greg Mann <gr...@mesosphere.io> wrote:

> +1 (non-binding)
>
> `sudo make check` on Ubuntu 14.04 using gcc, with libevent and SSL enabled.
>
> All tests pass except:
>
> PerfEventIsolatorTest.ROOT_CGROUPS_Sample, which is covered here:
> https://issues.apache.org/jira/browse/MESOS-4655
>
> CgroupsAnyHierarchyWithPerfEventTest.ROOT_CGROUPS_Perf,
> MemoryPressureMesosTest.CGROUPS_ROOT_Statistics, and
> MemoryPressureMesosTest.CGROUPS_ROOT_SlaveRecovery, due to the issue here:
> https://issues.apache.org/jira/browse/MESOS-3215
>
> On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org> wrote:
>
>> Looks like the ASF CI builds for CentOS7 are failing because they are
>> unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
>> build script or something in the configure script.
>>
>>
>> checking for svn_txdelta in -lsvn_delta-1... yes
>> checking for sasl_done in -lsasl2... yes
>> checking SASL CRAM-MD5 support... yes
>> checking for javac... /usr/bin/javac
>> checking for java... /usr/bin/java
>> checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
>> configure: error: could not guess JAVA_HOME
>>
>>
>>
>> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
>>
>>    - refs/tags/0.26.1-rc1
>>
>> Configuration Matrix gcc clang
>> centos:7 --verbose --enable-libevent --enable-ssl
>> [image: Failed]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Not run]
>> --verbose
>> [image: Failed]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Not run]
>> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> --verbose
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>>
>> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io> wrote:
>>
>>> +1 (binding)
>>>
>>> Successful CI builds for the following distros:
>>>
>>> amd64/centos/6
>>> amd64/centos/7
>>> amd64/debian/jessie
>>> amd64/ubuntu/precise
>>> amd64/ubuntu/trusty
>>> amd64/ubuntu/vivid
>>>
>>> Kapil
>>>
>>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:
>>>
>>> > Hi all,
>>> >
>>> > Please vote on releasing the following candidate as Apache Mesos
>>> 0.26.1.
>>> >
>>> >
>>> > 0.26.1 includes the following:
>>> >
>>> >
>>> --------------------------------------------------------------------------------
>>> >
>>> >    - Improvements
>>> >       - `/state` endpoint performance
>>> >       - systemd integration
>>> >       - GLOG performance
>>> >       - Configurable task/framework history
>>> >       - Offer filter timeout fix for backlogged allocator
>>> >
>>> >
>>> >    - Bugs
>>> >    - SSL
>>> >       - Libevent
>>> >       - Fixed point resources math
>>> >    - HDFS
>>> >       - Agent upgrade compatibility
>>> >
>>> > The CHANGELOG for the release is available at:
>>> >
>>> >
>>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>>> >
>>> >
>>> --------------------------------------------------------------------------------
>>> >
>>> > The candidate for Mesos 0.26.1 release is available at:
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>>> >
>>> > The tag to be voted on is 0.26.1-rc1:
>>> >
>>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>>> >
>>> > The MD5 checksum of the tarball can be found at:
>>> >
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>>> >
>>> > The signature of the tarball can be found at:
>>> >
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>>> >
>>> > The PGP key used to sign the release is here:
>>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
>>> >
>>> > The JAR is up in Maven in a staging repository here:
>>> > https://repository.apache.org/content/repositories/orgapachemesos-1106
>>> >
>>> > Please vote on releasing this package as Apache Mesos 0.26.1!
>>> >
>>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
>>> majority
>>> > of at least 3 +1 PMC votes are cast.
>>> >
>>> > [ ] +1 Release this package as Apache Mesos 0.26.1
>>> > [ ] -1 Do not release this package because ...
>>> >
>>> > Thanks,
>>> >
>>> > Joris, Kapil, MPark
>>> >
>>>
>>
>>
>

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

Posted by Greg Mann <gr...@mesosphere.io>.
+1 (non-binding)

`sudo make check` on Ubuntu 14.04 using gcc, with libevent and SSL enabled.

All tests pass except:

PerfEventIsolatorTest.ROOT_CGROUPS_Sample, which is covered here:
https://issues.apache.org/jira/browse/MESOS-4655

CgroupsAnyHierarchyWithPerfEventTest.ROOT_CGROUPS_Perf,
MemoryPressureMesosTest.CGROUPS_ROOT_Statistics, and
MemoryPressureMesosTest.CGROUPS_ROOT_SlaveRecovery, due to the issue here:
https://issues.apache.org/jira/browse/MESOS-3215

On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org> wrote:

> Looks like the ASF CI builds for CentOS7 are failing because they are
> unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
> build script or something in the configure script.
>
>
> checking for svn_txdelta in -lsvn_delta-1... yes
> checking for sasl_done in -lsasl2... yes
> checking SASL CRAM-MD5 support... yes
> checking for javac... /usr/bin/javac
> checking for java... /usr/bin/java
> checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
> configure: error: could not guess JAVA_HOME
>
>
>
> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
>
>    - refs/tags/0.26.1-rc1
>
> Configuration Matrix gcc clang
> centos:7 --verbose --enable-libevent --enable-ssl
> [image: Failed]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Not run]
> --verbose
> [image: Failed]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Not run]
> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> --verbose
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>
> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io> wrote:
>
>> +1 (binding)
>>
>> Successful CI builds for the following distros:
>>
>> amd64/centos/6
>> amd64/centos/7
>> amd64/debian/jessie
>> amd64/ubuntu/precise
>> amd64/ubuntu/trusty
>> amd64/ubuntu/vivid
>>
>> Kapil
>>
>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:
>>
>> > Hi all,
>> >
>> > Please vote on releasing the following candidate as Apache Mesos 0.26.1.
>> >
>> >
>> > 0.26.1 includes the following:
>> >
>> >
>> --------------------------------------------------------------------------------
>> >
>> >    - Improvements
>> >       - `/state` endpoint performance
>> >       - systemd integration
>> >       - GLOG performance
>> >       - Configurable task/framework history
>> >       - Offer filter timeout fix for backlogged allocator
>> >
>> >
>> >    - Bugs
>> >    - SSL
>> >       - Libevent
>> >       - Fixed point resources math
>> >    - HDFS
>> >       - Agent upgrade compatibility
>> >
>> > The CHANGELOG for the release is available at:
>> >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>> >
>> >
>> --------------------------------------------------------------------------------
>> >
>> > The candidate for Mesos 0.26.1 release is available at:
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>> >
>> > The tag to be voted on is 0.26.1-rc1:
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>> >
>> > The MD5 checksum of the tarball can be found at:
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>> >
>> > The signature of the tarball can be found at:
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>> >
>> > The PGP key used to sign the release is here:
>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
>> >
>> > The JAR is up in Maven in a staging repository here:
>> > https://repository.apache.org/content/repositories/orgapachemesos-1106
>> >
>> > Please vote on releasing this package as Apache Mesos 0.26.1!
>> >
>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
>> majority
>> > of at least 3 +1 PMC votes are cast.
>> >
>> > [ ] +1 Release this package as Apache Mesos 0.26.1
>> > [ ] -1 Do not release this package because ...
>> >
>> > Thanks,
>> >
>> > Joris, Kapil, MPark
>> >
>>
>
>

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

Posted by Michael Park <mp...@apache.org>.
-1 (binding)

Observed the following error on CentOS 7 and Debian 8, which requires
https://reviews.apache.org/r/43432 to be pulled in.

[01:16:29][Step 11/11] I0308 01:16:29.082664 21059 systemd.cpp:225] systemd
version `219` detected
[01:16:29][Step 11/11] F0308 01:16:29.082700 21059 systemd.cpp:61] Check
failed: 'systemd_flags' Must be non NULL

While this is only a test failure, I would rather not give off the
impression that `systemd`
integrations don't work properly, since it's an explicitly back-ported
feature.

On 4 March 2016 at 15:49, Joris Van Remoortere <jo...@apache.org> wrote:

> +1 (binding)
> Greg's upgrade scripts & CI results
>
> On Fri, Mar 4, 2016 at 11:30 AM, Vinod Kone <vi...@apache.org> wrote:
>
>> +1 (binding)
>>
>> On Tue, Mar 1, 2016 at 5:03 PM, Kevin Klues <kl...@gmail.com> wrote:
>>
>> > I committed a fix for this in:
>> >
>> >
>> https://github.com/apache/mesos/commit/42f746937233349660c687ea7a66cc0a78871663
>> >
>> > Looks like that's post 0.26 though, so maybe it should be included in
>> the
>> > .1 rc
>> >
>> > On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org>
>> wrote:
>> >
>> >> Looks like the ASF CI builds for CentOS7 are failing because they are
>> >> unable to find JAVA_HOME. Couldn't tell if it's an issue with the
>> docker
>> >> build script or something in the configure script.
>> >>
>> >>
>> >> checking for svn_txdelta in -lsvn_delta-1... yes
>> >> checking for sasl_done in -lsasl2... yes
>> >> checking SASL CRAM-MD5 support... yes
>> >> checking for javac... /usr/bin/javac
>> >> checking for java... /usr/bin/java
>> >> checking value of Java system property 'java.home'...
>> /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
>> >> configure: error: could not guess JAVA_HOME
>> >>
>> >>
>> >>
>> >> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
>> >>
>> >>    - refs/tags/0.26.1-rc1
>> >>
>> >> Configuration Matrix gcc clang
>> >> centos:7 --verbose --enable-libevent --enable-ssl
>> >> [image: Failed]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >> [image: Not run]
>> >> --verbose
>> >> [image: Failed]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >> [image: Not run]
>> >> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
>> >> [image: Success]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >> [image: Success]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >> --verbose
>> >> [image: Success]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >> [image: Success]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >>
>> >> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io>
>> wrote:
>> >>
>> >>> +1 (binding)
>> >>>
>> >>> Successful CI builds for the following distros:
>> >>>
>> >>> amd64/centos/6
>> >>> amd64/centos/7
>> >>> amd64/debian/jessie
>> >>> amd64/ubuntu/precise
>> >>> amd64/ubuntu/trusty
>> >>> amd64/ubuntu/vivid
>> >>>
>> >>> Kapil
>> >>>
>> >>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org>
>> wrote:
>> >>>
>> >>> > Hi all,
>> >>> >
>> >>> > Please vote on releasing the following candidate as Apache Mesos
>> >>> 0.26.1.
>> >>> >
>> >>> >
>> >>> > 0.26.1 includes the following:
>> >>> >
>> >>> >
>> >>>
>> --------------------------------------------------------------------------------
>> >>> >
>> >>> >    - Improvements
>> >>> >       - `/state` endpoint performance
>> >>> >       - systemd integration
>> >>> >       - GLOG performance
>> >>> >       - Configurable task/framework history
>> >>> >       - Offer filter timeout fix for backlogged allocator
>> >>> >
>> >>> >
>> >>> >    - Bugs
>> >>> >    - SSL
>> >>> >       - Libevent
>> >>> >       - Fixed point resources math
>> >>> >    - HDFS
>> >>> >       - Agent upgrade compatibility
>> >>> >
>> >>> > The CHANGELOG for the release is available at:
>> >>> >
>> >>> >
>> >>>
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>> >>> >
>> >>> >
>> >>>
>> --------------------------------------------------------------------------------
>> >>> >
>> >>> > The candidate for Mesos 0.26.1 release is available at:
>> >>> >
>> >>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>> >>> >
>> >>> > The tag to be voted on is 0.26.1-rc1:
>> >>> >
>> >>>
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>> >>> >
>> >>> > The MD5 checksum of the tarball can be found at:
>> >>> >
>> >>> >
>> >>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>> >>> >
>> >>> > The signature of the tarball can be found at:
>> >>> >
>> >>> >
>> >>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>> >>> >
>> >>> > The PGP key used to sign the release is here:
>> >>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
>> >>> >
>> >>> > The JAR is up in Maven in a staging repository here:
>> >>> >
>> https://repository.apache.org/content/repositories/orgapachemesos-1106
>> >>> >
>> >>> > Please vote on releasing this package as Apache Mesos 0.26.1!
>> >>> >
>> >>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
>> >>> majority
>> >>> > of at least 3 +1 PMC votes are cast.
>> >>> >
>> >>> > [ ] +1 Release this package as Apache Mesos 0.26.1
>> >>> > [ ] -1 Do not release this package because ...
>> >>> >
>> >>> > Thanks,
>> >>> >
>> >>> > Joris, Kapil, MPark
>> >>> >
>> >>>
>> >>
>> >>
>> >
>> >
>> > --
>> > ~Kevin
>> >
>>
>
>

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

Posted by Michael Park <mp...@apache.org>.
-1 (binding)

Observed the following error on CentOS 7 and Debian 8, which requires
https://reviews.apache.org/r/43432 to be pulled in.

[01:16:29][Step 11/11] I0308 01:16:29.082664 21059 systemd.cpp:225] systemd
version `219` detected
[01:16:29][Step 11/11] F0308 01:16:29.082700 21059 systemd.cpp:61] Check
failed: 'systemd_flags' Must be non NULL

While this is only a test failure, I would rather not give off the
impression that `systemd`
integrations don't work properly, since it's an explicitly back-ported
feature.

On 4 March 2016 at 15:49, Joris Van Remoortere <jo...@apache.org> wrote:

> +1 (binding)
> Greg's upgrade scripts & CI results
>
> On Fri, Mar 4, 2016 at 11:30 AM, Vinod Kone <vi...@apache.org> wrote:
>
>> +1 (binding)
>>
>> On Tue, Mar 1, 2016 at 5:03 PM, Kevin Klues <kl...@gmail.com> wrote:
>>
>> > I committed a fix for this in:
>> >
>> >
>> https://github.com/apache/mesos/commit/42f746937233349660c687ea7a66cc0a78871663
>> >
>> > Looks like that's post 0.26 though, so maybe it should be included in
>> the
>> > .1 rc
>> >
>> > On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org>
>> wrote:
>> >
>> >> Looks like the ASF CI builds for CentOS7 are failing because they are
>> >> unable to find JAVA_HOME. Couldn't tell if it's an issue with the
>> docker
>> >> build script or something in the configure script.
>> >>
>> >>
>> >> checking for svn_txdelta in -lsvn_delta-1... yes
>> >> checking for sasl_done in -lsasl2... yes
>> >> checking SASL CRAM-MD5 support... yes
>> >> checking for javac... /usr/bin/javac
>> >> checking for java... /usr/bin/java
>> >> checking value of Java system property 'java.home'...
>> /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
>> >> configure: error: could not guess JAVA_HOME
>> >>
>> >>
>> >>
>> >> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
>> >>
>> >>    - refs/tags/0.26.1-rc1
>> >>
>> >> Configuration Matrix gcc clang
>> >> centos:7 --verbose --enable-libevent --enable-ssl
>> >> [image: Failed]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >> [image: Not run]
>> >> --verbose
>> >> [image: Failed]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >> [image: Not run]
>> >> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
>> >> [image: Success]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >> [image: Success]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >> --verbose
>> >> [image: Success]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >> [image: Success]
>> >> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> >>
>> >> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io>
>> wrote:
>> >>
>> >>> +1 (binding)
>> >>>
>> >>> Successful CI builds for the following distros:
>> >>>
>> >>> amd64/centos/6
>> >>> amd64/centos/7
>> >>> amd64/debian/jessie
>> >>> amd64/ubuntu/precise
>> >>> amd64/ubuntu/trusty
>> >>> amd64/ubuntu/vivid
>> >>>
>> >>> Kapil
>> >>>
>> >>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org>
>> wrote:
>> >>>
>> >>> > Hi all,
>> >>> >
>> >>> > Please vote on releasing the following candidate as Apache Mesos
>> >>> 0.26.1.
>> >>> >
>> >>> >
>> >>> > 0.26.1 includes the following:
>> >>> >
>> >>> >
>> >>>
>> --------------------------------------------------------------------------------
>> >>> >
>> >>> >    - Improvements
>> >>> >       - `/state` endpoint performance
>> >>> >       - systemd integration
>> >>> >       - GLOG performance
>> >>> >       - Configurable task/framework history
>> >>> >       - Offer filter timeout fix for backlogged allocator
>> >>> >
>> >>> >
>> >>> >    - Bugs
>> >>> >    - SSL
>> >>> >       - Libevent
>> >>> >       - Fixed point resources math
>> >>> >    - HDFS
>> >>> >       - Agent upgrade compatibility
>> >>> >
>> >>> > The CHANGELOG for the release is available at:
>> >>> >
>> >>> >
>> >>>
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>> >>> >
>> >>> >
>> >>>
>> --------------------------------------------------------------------------------
>> >>> >
>> >>> > The candidate for Mesos 0.26.1 release is available at:
>> >>> >
>> >>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>> >>> >
>> >>> > The tag to be voted on is 0.26.1-rc1:
>> >>> >
>> >>>
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>> >>> >
>> >>> > The MD5 checksum of the tarball can be found at:
>> >>> >
>> >>> >
>> >>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>> >>> >
>> >>> > The signature of the tarball can be found at:
>> >>> >
>> >>> >
>> >>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>> >>> >
>> >>> > The PGP key used to sign the release is here:
>> >>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
>> >>> >
>> >>> > The JAR is up in Maven in a staging repository here:
>> >>> >
>> https://repository.apache.org/content/repositories/orgapachemesos-1106
>> >>> >
>> >>> > Please vote on releasing this package as Apache Mesos 0.26.1!
>> >>> >
>> >>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
>> >>> majority
>> >>> > of at least 3 +1 PMC votes are cast.
>> >>> >
>> >>> > [ ] +1 Release this package as Apache Mesos 0.26.1
>> >>> > [ ] -1 Do not release this package because ...
>> >>> >
>> >>> > Thanks,
>> >>> >
>> >>> > Joris, Kapil, MPark
>> >>> >
>> >>>
>> >>
>> >>
>> >
>> >
>> > --
>> > ~Kevin
>> >
>>
>
>

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

Posted by Joris Van Remoortere <jo...@apache.org>.
+1 (binding)
Greg's upgrade scripts & CI results

On Fri, Mar 4, 2016 at 11:30 AM, Vinod Kone <vi...@apache.org> wrote:

> +1 (binding)
>
> On Tue, Mar 1, 2016 at 5:03 PM, Kevin Klues <kl...@gmail.com> wrote:
>
> > I committed a fix for this in:
> >
> >
> https://github.com/apache/mesos/commit/42f746937233349660c687ea7a66cc0a78871663
> >
> > Looks like that's post 0.26 though, so maybe it should be included in the
> > .1 rc
> >
> > On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org>
> wrote:
> >
> >> Looks like the ASF CI builds for CentOS7 are failing because they are
> >> unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
> >> build script or something in the configure script.
> >>
> >>
> >> checking for svn_txdelta in -lsvn_delta-1... yes
> >> checking for sasl_done in -lsasl2... yes
> >> checking SASL CRAM-MD5 support... yes
> >> checking for javac... /usr/bin/javac
> >> checking for java... /usr/bin/java
> >> checking value of Java system property 'java.home'...
> /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
> >> configure: error: could not guess JAVA_HOME
> >>
> >>
> >>
> >> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
> >>
> >>    - refs/tags/0.26.1-rc1
> >>
> >> Configuration Matrix gcc clang
> >> centos:7 --verbose --enable-libevent --enable-ssl
> >> [image: Failed]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >> [image: Not run]
> >> --verbose
> >> [image: Failed]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >> [image: Not run]
> >> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
> >> [image: Success]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >> [image: Success]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >> --verbose
> >> [image: Success]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >> [image: Success]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >>
> >> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io>
> wrote:
> >>
> >>> +1 (binding)
> >>>
> >>> Successful CI builds for the following distros:
> >>>
> >>> amd64/centos/6
> >>> amd64/centos/7
> >>> amd64/debian/jessie
> >>> amd64/ubuntu/precise
> >>> amd64/ubuntu/trusty
> >>> amd64/ubuntu/vivid
> >>>
> >>> Kapil
> >>>
> >>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org>
> wrote:
> >>>
> >>> > Hi all,
> >>> >
> >>> > Please vote on releasing the following candidate as Apache Mesos
> >>> 0.26.1.
> >>> >
> >>> >
> >>> > 0.26.1 includes the following:
> >>> >
> >>> >
> >>>
> --------------------------------------------------------------------------------
> >>> >
> >>> >    - Improvements
> >>> >       - `/state` endpoint performance
> >>> >       - systemd integration
> >>> >       - GLOG performance
> >>> >       - Configurable task/framework history
> >>> >       - Offer filter timeout fix for backlogged allocator
> >>> >
> >>> >
> >>> >    - Bugs
> >>> >    - SSL
> >>> >       - Libevent
> >>> >       - Fixed point resources math
> >>> >    - HDFS
> >>> >       - Agent upgrade compatibility
> >>> >
> >>> > The CHANGELOG for the release is available at:
> >>> >
> >>> >
> >>>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
> >>> >
> >>> >
> >>>
> --------------------------------------------------------------------------------
> >>> >
> >>> > The candidate for Mesos 0.26.1 release is available at:
> >>> >
> >>>
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
> >>> >
> >>> > The tag to be voted on is 0.26.1-rc1:
> >>> >
> >>>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
> >>> >
> >>> > The MD5 checksum of the tarball can be found at:
> >>> >
> >>> >
> >>>
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
> >>> >
> >>> > The signature of the tarball can be found at:
> >>> >
> >>> >
> >>>
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
> >>> >
> >>> > The PGP key used to sign the release is here:
> >>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
> >>> >
> >>> > The JAR is up in Maven in a staging repository here:
> >>> >
> https://repository.apache.org/content/repositories/orgapachemesos-1106
> >>> >
> >>> > Please vote on releasing this package as Apache Mesos 0.26.1!
> >>> >
> >>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
> >>> majority
> >>> > of at least 3 +1 PMC votes are cast.
> >>> >
> >>> > [ ] +1 Release this package as Apache Mesos 0.26.1
> >>> > [ ] -1 Do not release this package because ...
> >>> >
> >>> > Thanks,
> >>> >
> >>> > Joris, Kapil, MPark
> >>> >
> >>>
> >>
> >>
> >
> >
> > --
> > ~Kevin
> >
>

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

Posted by Joris Van Remoortere <jo...@apache.org>.
+1 (binding)
Greg's upgrade scripts & CI results

On Fri, Mar 4, 2016 at 11:30 AM, Vinod Kone <vi...@apache.org> wrote:

> +1 (binding)
>
> On Tue, Mar 1, 2016 at 5:03 PM, Kevin Klues <kl...@gmail.com> wrote:
>
> > I committed a fix for this in:
> >
> >
> https://github.com/apache/mesos/commit/42f746937233349660c687ea7a66cc0a78871663
> >
> > Looks like that's post 0.26 though, so maybe it should be included in the
> > .1 rc
> >
> > On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org>
> wrote:
> >
> >> Looks like the ASF CI builds for CentOS7 are failing because they are
> >> unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
> >> build script or something in the configure script.
> >>
> >>
> >> checking for svn_txdelta in -lsvn_delta-1... yes
> >> checking for sasl_done in -lsasl2... yes
> >> checking SASL CRAM-MD5 support... yes
> >> checking for javac... /usr/bin/javac
> >> checking for java... /usr/bin/java
> >> checking value of Java system property 'java.home'...
> /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
> >> configure: error: could not guess JAVA_HOME
> >>
> >>
> >>
> >> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
> >>
> >>    - refs/tags/0.26.1-rc1
> >>
> >> Configuration Matrix gcc clang
> >> centos:7 --verbose --enable-libevent --enable-ssl
> >> [image: Failed]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >> [image: Not run]
> >> --verbose
> >> [image: Failed]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >> [image: Not run]
> >> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
> >> [image: Success]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >> [image: Success]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >> --verbose
> >> [image: Success]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >> [image: Success]
> >> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> >>
> >> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io>
> wrote:
> >>
> >>> +1 (binding)
> >>>
> >>> Successful CI builds for the following distros:
> >>>
> >>> amd64/centos/6
> >>> amd64/centos/7
> >>> amd64/debian/jessie
> >>> amd64/ubuntu/precise
> >>> amd64/ubuntu/trusty
> >>> amd64/ubuntu/vivid
> >>>
> >>> Kapil
> >>>
> >>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org>
> wrote:
> >>>
> >>> > Hi all,
> >>> >
> >>> > Please vote on releasing the following candidate as Apache Mesos
> >>> 0.26.1.
> >>> >
> >>> >
> >>> > 0.26.1 includes the following:
> >>> >
> >>> >
> >>>
> --------------------------------------------------------------------------------
> >>> >
> >>> >    - Improvements
> >>> >       - `/state` endpoint performance
> >>> >       - systemd integration
> >>> >       - GLOG performance
> >>> >       - Configurable task/framework history
> >>> >       - Offer filter timeout fix for backlogged allocator
> >>> >
> >>> >
> >>> >    - Bugs
> >>> >    - SSL
> >>> >       - Libevent
> >>> >       - Fixed point resources math
> >>> >    - HDFS
> >>> >       - Agent upgrade compatibility
> >>> >
> >>> > The CHANGELOG for the release is available at:
> >>> >
> >>> >
> >>>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
> >>> >
> >>> >
> >>>
> --------------------------------------------------------------------------------
> >>> >
> >>> > The candidate for Mesos 0.26.1 release is available at:
> >>> >
> >>>
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
> >>> >
> >>> > The tag to be voted on is 0.26.1-rc1:
> >>> >
> >>>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
> >>> >
> >>> > The MD5 checksum of the tarball can be found at:
> >>> >
> >>> >
> >>>
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
> >>> >
> >>> > The signature of the tarball can be found at:
> >>> >
> >>> >
> >>>
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
> >>> >
> >>> > The PGP key used to sign the release is here:
> >>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
> >>> >
> >>> > The JAR is up in Maven in a staging repository here:
> >>> >
> https://repository.apache.org/content/repositories/orgapachemesos-1106
> >>> >
> >>> > Please vote on releasing this package as Apache Mesos 0.26.1!
> >>> >
> >>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
> >>> majority
> >>> > of at least 3 +1 PMC votes are cast.
> >>> >
> >>> > [ ] +1 Release this package as Apache Mesos 0.26.1
> >>> > [ ] -1 Do not release this package because ...
> >>> >
> >>> > Thanks,
> >>> >
> >>> > Joris, Kapil, MPark
> >>> >
> >>>
> >>
> >>
> >
> >
> > --
> > ~Kevin
> >
>

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

Posted by Vinod Kone <vi...@apache.org>.
+1 (binding)

On Tue, Mar 1, 2016 at 5:03 PM, Kevin Klues <kl...@gmail.com> wrote:

> I committed a fix for this in:
>
> https://github.com/apache/mesos/commit/42f746937233349660c687ea7a66cc0a78871663
>
> Looks like that's post 0.26 though, so maybe it should be included in the
> .1 rc
>
> On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org> wrote:
>
>> Looks like the ASF CI builds for CentOS7 are failing because they are
>> unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
>> build script or something in the configure script.
>>
>>
>> checking for svn_txdelta in -lsvn_delta-1... yes
>> checking for sasl_done in -lsasl2... yes
>> checking SASL CRAM-MD5 support... yes
>> checking for javac... /usr/bin/javac
>> checking for java... /usr/bin/java
>> checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
>> configure: error: could not guess JAVA_HOME
>>
>>
>>
>> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
>>
>>    - refs/tags/0.26.1-rc1
>>
>> Configuration Matrix gcc clang
>> centos:7 --verbose --enable-libevent --enable-ssl
>> [image: Failed]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Not run]
>> --verbose
>> [image: Failed]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Not run]
>> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> --verbose
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>>
>> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io> wrote:
>>
>>> +1 (binding)
>>>
>>> Successful CI builds for the following distros:
>>>
>>> amd64/centos/6
>>> amd64/centos/7
>>> amd64/debian/jessie
>>> amd64/ubuntu/precise
>>> amd64/ubuntu/trusty
>>> amd64/ubuntu/vivid
>>>
>>> Kapil
>>>
>>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:
>>>
>>> > Hi all,
>>> >
>>> > Please vote on releasing the following candidate as Apache Mesos
>>> 0.26.1.
>>> >
>>> >
>>> > 0.26.1 includes the following:
>>> >
>>> >
>>> --------------------------------------------------------------------------------
>>> >
>>> >    - Improvements
>>> >       - `/state` endpoint performance
>>> >       - systemd integration
>>> >       - GLOG performance
>>> >       - Configurable task/framework history
>>> >       - Offer filter timeout fix for backlogged allocator
>>> >
>>> >
>>> >    - Bugs
>>> >    - SSL
>>> >       - Libevent
>>> >       - Fixed point resources math
>>> >    - HDFS
>>> >       - Agent upgrade compatibility
>>> >
>>> > The CHANGELOG for the release is available at:
>>> >
>>> >
>>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>>> >
>>> >
>>> --------------------------------------------------------------------------------
>>> >
>>> > The candidate for Mesos 0.26.1 release is available at:
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>>> >
>>> > The tag to be voted on is 0.26.1-rc1:
>>> >
>>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>>> >
>>> > The MD5 checksum of the tarball can be found at:
>>> >
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>>> >
>>> > The signature of the tarball can be found at:
>>> >
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>>> >
>>> > The PGP key used to sign the release is here:
>>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
>>> >
>>> > The JAR is up in Maven in a staging repository here:
>>> > https://repository.apache.org/content/repositories/orgapachemesos-1106
>>> >
>>> > Please vote on releasing this package as Apache Mesos 0.26.1!
>>> >
>>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
>>> majority
>>> > of at least 3 +1 PMC votes are cast.
>>> >
>>> > [ ] +1 Release this package as Apache Mesos 0.26.1
>>> > [ ] -1 Do not release this package because ...
>>> >
>>> > Thanks,
>>> >
>>> > Joris, Kapil, MPark
>>> >
>>>
>>
>>
>
>
> --
> ~Kevin
>

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

Posted by Vinod Kone <vi...@apache.org>.
+1 (binding)

On Tue, Mar 1, 2016 at 5:03 PM, Kevin Klues <kl...@gmail.com> wrote:

> I committed a fix for this in:
>
> https://github.com/apache/mesos/commit/42f746937233349660c687ea7a66cc0a78871663
>
> Looks like that's post 0.26 though, so maybe it should be included in the
> .1 rc
>
> On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org> wrote:
>
>> Looks like the ASF CI builds for CentOS7 are failing because they are
>> unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
>> build script or something in the configure script.
>>
>>
>> checking for svn_txdelta in -lsvn_delta-1... yes
>> checking for sasl_done in -lsasl2... yes
>> checking SASL CRAM-MD5 support... yes
>> checking for javac... /usr/bin/javac
>> checking for java... /usr/bin/java
>> checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
>> configure: error: could not guess JAVA_HOME
>>
>>
>>
>> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
>>
>>    - refs/tags/0.26.1-rc1
>>
>> Configuration Matrix gcc clang
>> centos:7 --verbose --enable-libevent --enable-ssl
>> [image: Failed]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Not run]
>> --verbose
>> [image: Failed]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Not run]
>> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> --verbose
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>> [image: Success]
>> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>>
>> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io> wrote:
>>
>>> +1 (binding)
>>>
>>> Successful CI builds for the following distros:
>>>
>>> amd64/centos/6
>>> amd64/centos/7
>>> amd64/debian/jessie
>>> amd64/ubuntu/precise
>>> amd64/ubuntu/trusty
>>> amd64/ubuntu/vivid
>>>
>>> Kapil
>>>
>>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:
>>>
>>> > Hi all,
>>> >
>>> > Please vote on releasing the following candidate as Apache Mesos
>>> 0.26.1.
>>> >
>>> >
>>> > 0.26.1 includes the following:
>>> >
>>> >
>>> --------------------------------------------------------------------------------
>>> >
>>> >    - Improvements
>>> >       - `/state` endpoint performance
>>> >       - systemd integration
>>> >       - GLOG performance
>>> >       - Configurable task/framework history
>>> >       - Offer filter timeout fix for backlogged allocator
>>> >
>>> >
>>> >    - Bugs
>>> >    - SSL
>>> >       - Libevent
>>> >       - Fixed point resources math
>>> >    - HDFS
>>> >       - Agent upgrade compatibility
>>> >
>>> > The CHANGELOG for the release is available at:
>>> >
>>> >
>>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>>> >
>>> >
>>> --------------------------------------------------------------------------------
>>> >
>>> > The candidate for Mesos 0.26.1 release is available at:
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>>> >
>>> > The tag to be voted on is 0.26.1-rc1:
>>> >
>>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>>> >
>>> > The MD5 checksum of the tarball can be found at:
>>> >
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>>> >
>>> > The signature of the tarball can be found at:
>>> >
>>> >
>>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>>> >
>>> > The PGP key used to sign the release is here:
>>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
>>> >
>>> > The JAR is up in Maven in a staging repository here:
>>> > https://repository.apache.org/content/repositories/orgapachemesos-1106
>>> >
>>> > Please vote on releasing this package as Apache Mesos 0.26.1!
>>> >
>>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
>>> majority
>>> > of at least 3 +1 PMC votes are cast.
>>> >
>>> > [ ] +1 Release this package as Apache Mesos 0.26.1
>>> > [ ] -1 Do not release this package because ...
>>> >
>>> > Thanks,
>>> >
>>> > Joris, Kapil, MPark
>>> >
>>>
>>
>>
>
>
> --
> ~Kevin
>

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

Posted by Kevin Klues <kl...@gmail.com>.
I committed a fix for this in:
https://github.com/apache/mesos/commit/42f746937233349660c687ea7a66cc0a78871663

Looks like that's post 0.26 though, so maybe it should be included in the
.1 rc

On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org> wrote:

> Looks like the ASF CI builds for CentOS7 are failing because they are
> unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
> build script or something in the configure script.
>
>
> checking for svn_txdelta in -lsvn_delta-1... yes
> checking for sasl_done in -lsasl2... yes
> checking SASL CRAM-MD5 support... yes
> checking for javac... /usr/bin/javac
> checking for java... /usr/bin/java
> checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
> configure: error: could not guess JAVA_HOME
>
>
>
> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
>
>    - refs/tags/0.26.1-rc1
>
> Configuration Matrix gcc clang
> centos:7 --verbose --enable-libevent --enable-ssl
> [image: Failed]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Not run]
> --verbose
> [image: Failed]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Not run]
> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> --verbose
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>
> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io> wrote:
>
>> +1 (binding)
>>
>> Successful CI builds for the following distros:
>>
>> amd64/centos/6
>> amd64/centos/7
>> amd64/debian/jessie
>> amd64/ubuntu/precise
>> amd64/ubuntu/trusty
>> amd64/ubuntu/vivid
>>
>> Kapil
>>
>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:
>>
>> > Hi all,
>> >
>> > Please vote on releasing the following candidate as Apache Mesos 0.26.1.
>> >
>> >
>> > 0.26.1 includes the following:
>> >
>> >
>> --------------------------------------------------------------------------------
>> >
>> >    - Improvements
>> >       - `/state` endpoint performance
>> >       - systemd integration
>> >       - GLOG performance
>> >       - Configurable task/framework history
>> >       - Offer filter timeout fix for backlogged allocator
>> >
>> >
>> >    - Bugs
>> >    - SSL
>> >       - Libevent
>> >       - Fixed point resources math
>> >    - HDFS
>> >       - Agent upgrade compatibility
>> >
>> > The CHANGELOG for the release is available at:
>> >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>> >
>> >
>> --------------------------------------------------------------------------------
>> >
>> > The candidate for Mesos 0.26.1 release is available at:
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>> >
>> > The tag to be voted on is 0.26.1-rc1:
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>> >
>> > The MD5 checksum of the tarball can be found at:
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>> >
>> > The signature of the tarball can be found at:
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>> >
>> > The PGP key used to sign the release is here:
>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
>> >
>> > The JAR is up in Maven in a staging repository here:
>> > https://repository.apache.org/content/repositories/orgapachemesos-1106
>> >
>> > Please vote on releasing this package as Apache Mesos 0.26.1!
>> >
>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
>> majority
>> > of at least 3 +1 PMC votes are cast.
>> >
>> > [ ] +1 Release this package as Apache Mesos 0.26.1
>> > [ ] -1 Do not release this package because ...
>> >
>> > Thanks,
>> >
>> > Joris, Kapil, MPark
>> >
>>
>
>


-- 
~Kevin

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

Posted by Greg Mann <gr...@mesosphere.io>.
+1 (non-binding)

`sudo make check` on Ubuntu 14.04 using gcc, with libevent and SSL enabled.

All tests pass except:

PerfEventIsolatorTest.ROOT_CGROUPS_Sample, which is covered here:
https://issues.apache.org/jira/browse/MESOS-4655

CgroupsAnyHierarchyWithPerfEventTest.ROOT_CGROUPS_Perf,
MemoryPressureMesosTest.CGROUPS_ROOT_Statistics, and
MemoryPressureMesosTest.CGROUPS_ROOT_SlaveRecovery, due to the issue here:
https://issues.apache.org/jira/browse/MESOS-3215

On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org> wrote:

> Looks like the ASF CI builds for CentOS7 are failing because they are
> unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
> build script or something in the configure script.
>
>
> checking for svn_txdelta in -lsvn_delta-1... yes
> checking for sasl_done in -lsasl2... yes
> checking SASL CRAM-MD5 support... yes
> checking for javac... /usr/bin/javac
> checking for java... /usr/bin/java
> checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
> configure: error: could not guess JAVA_HOME
>
>
>
> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
>
>    - refs/tags/0.26.1-rc1
>
> Configuration Matrix gcc clang
> centos:7 --verbose --enable-libevent --enable-ssl
> [image: Failed]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Not run]
> --verbose
> [image: Failed]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Not run]
> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> --verbose
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>
> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io> wrote:
>
>> +1 (binding)
>>
>> Successful CI builds for the following distros:
>>
>> amd64/centos/6
>> amd64/centos/7
>> amd64/debian/jessie
>> amd64/ubuntu/precise
>> amd64/ubuntu/trusty
>> amd64/ubuntu/vivid
>>
>> Kapil
>>
>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:
>>
>> > Hi all,
>> >
>> > Please vote on releasing the following candidate as Apache Mesos 0.26.1.
>> >
>> >
>> > 0.26.1 includes the following:
>> >
>> >
>> --------------------------------------------------------------------------------
>> >
>> >    - Improvements
>> >       - `/state` endpoint performance
>> >       - systemd integration
>> >       - GLOG performance
>> >       - Configurable task/framework history
>> >       - Offer filter timeout fix for backlogged allocator
>> >
>> >
>> >    - Bugs
>> >    - SSL
>> >       - Libevent
>> >       - Fixed point resources math
>> >    - HDFS
>> >       - Agent upgrade compatibility
>> >
>> > The CHANGELOG for the release is available at:
>> >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>> >
>> >
>> --------------------------------------------------------------------------------
>> >
>> > The candidate for Mesos 0.26.1 release is available at:
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>> >
>> > The tag to be voted on is 0.26.1-rc1:
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>> >
>> > The MD5 checksum of the tarball can be found at:
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>> >
>> > The signature of the tarball can be found at:
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>> >
>> > The PGP key used to sign the release is here:
>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
>> >
>> > The JAR is up in Maven in a staging repository here:
>> > https://repository.apache.org/content/repositories/orgapachemesos-1106
>> >
>> > Please vote on releasing this package as Apache Mesos 0.26.1!
>> >
>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
>> majority
>> > of at least 3 +1 PMC votes are cast.
>> >
>> > [ ] +1 Release this package as Apache Mesos 0.26.1
>> > [ ] -1 Do not release this package because ...
>> >
>> > Thanks,
>> >
>> > Joris, Kapil, MPark
>> >
>>
>
>

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

Posted by Kevin Klues <kl...@gmail.com>.
I committed a fix for this in:
https://github.com/apache/mesos/commit/42f746937233349660c687ea7a66cc0a78871663

Looks like that's post 0.26 though, so maybe it should be included in the
.1 rc

On Mon, Feb 29, 2016 at 2:27 PM, Vinod Kone <vi...@apache.org> wrote:

> Looks like the ASF CI builds for CentOS7 are failing because they are
> unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
> build script or something in the configure script.
>
>
> checking for svn_txdelta in -lsvn_delta-1... yes
> checking for sasl_done in -lsasl2... yes
> checking SASL CRAM-MD5 support... yes
> checking for javac... /usr/bin/javac
> checking for java... /usr/bin/java
> checking value of Java system property 'java.home'... /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
> configure: error: could not guess JAVA_HOME
>
>
>
> *Revision*: a05261dbed1c2577676b11235380de95d586aeeb
>
>    - refs/tags/0.26.1-rc1
>
> Configuration Matrix gcc clang
> centos:7 --verbose --enable-libevent --enable-ssl
> [image: Failed]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Not run]
> --verbose
> [image: Failed]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Not run]
> ubuntu:14.04 --verbose --enable-libevent --enable-ssl
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> --verbose
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
> [image: Success]
> <https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
>
> On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io> wrote:
>
>> +1 (binding)
>>
>> Successful CI builds for the following distros:
>>
>> amd64/centos/6
>> amd64/centos/7
>> amd64/debian/jessie
>> amd64/ubuntu/precise
>> amd64/ubuntu/trusty
>> amd64/ubuntu/vivid
>>
>> Kapil
>>
>> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:
>>
>> > Hi all,
>> >
>> > Please vote on releasing the following candidate as Apache Mesos 0.26.1.
>> >
>> >
>> > 0.26.1 includes the following:
>> >
>> >
>> --------------------------------------------------------------------------------
>> >
>> >    - Improvements
>> >       - `/state` endpoint performance
>> >       - systemd integration
>> >       - GLOG performance
>> >       - Configurable task/framework history
>> >       - Offer filter timeout fix for backlogged allocator
>> >
>> >
>> >    - Bugs
>> >    - SSL
>> >       - Libevent
>> >       - Fixed point resources math
>> >    - HDFS
>> >       - Agent upgrade compatibility
>> >
>> > The CHANGELOG for the release is available at:
>> >
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>> >
>> >
>> --------------------------------------------------------------------------------
>> >
>> > The candidate for Mesos 0.26.1 release is available at:
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>> >
>> > The tag to be voted on is 0.26.1-rc1:
>> >
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>> >
>> > The MD5 checksum of the tarball can be found at:
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>> >
>> > The signature of the tarball can be found at:
>> >
>> >
>> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>> >
>> > The PGP key used to sign the release is here:
>> > https://dist.apache.org/repos/dist/release/mesos/KEYS
>> >
>> > The JAR is up in Maven in a staging repository here:
>> > https://repository.apache.org/content/repositories/orgapachemesos-1106
>> >
>> > Please vote on releasing this package as Apache Mesos 0.26.1!
>> >
>> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
>> majority
>> > of at least 3 +1 PMC votes are cast.
>> >
>> > [ ] +1 Release this package as Apache Mesos 0.26.1
>> > [ ] -1 Do not release this package because ...
>> >
>> > Thanks,
>> >
>> > Joris, Kapil, MPark
>> >
>>
>
>


-- 
~Kevin

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

Posted by Vinod Kone <vi...@apache.org>.
Looks like the ASF CI builds for CentOS7 are failing because they are
unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
build script or something in the configure script.


checking for svn_txdelta in -lsvn_delta-1... yes
checking for sasl_done in -lsasl2... yes
checking SASL CRAM-MD5 support... yes
checking for javac... /usr/bin/javac
checking for java... /usr/bin/java
checking value of Java system property 'java.home'...
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
configure: error: could not guess JAVA_HOME



*Revision*: a05261dbed1c2577676b11235380de95d586aeeb

   - refs/tags/0.26.1-rc1

Configuration Matrix gcc clang
centos:7 --verbose --enable-libevent --enable-ssl
[image: Failed]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
[image: Not run]
--verbose
[image: Failed]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
[image: Not run]
ubuntu:14.04 --verbose --enable-libevent --enable-ssl
[image: Success]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
[image: Success]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
--verbose
[image: Success]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
[image: Success]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>

On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io> wrote:

> +1 (binding)
>
> Successful CI builds for the following distros:
>
> amd64/centos/6
> amd64/centos/7
> amd64/debian/jessie
> amd64/ubuntu/precise
> amd64/ubuntu/trusty
> amd64/ubuntu/vivid
>
> Kapil
>
> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:
>
> > Hi all,
> >
> > Please vote on releasing the following candidate as Apache Mesos 0.26.1.
> >
> >
> > 0.26.1 includes the following:
> >
> >
> --------------------------------------------------------------------------------
> >
> >    - Improvements
> >       - `/state` endpoint performance
> >       - systemd integration
> >       - GLOG performance
> >       - Configurable task/framework history
> >       - Offer filter timeout fix for backlogged allocator
> >
> >
> >    - Bugs
> >    - SSL
> >       - Libevent
> >       - Fixed point resources math
> >    - HDFS
> >       - Agent upgrade compatibility
> >
> > The CHANGELOG for the release is available at:
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
> >
> >
> --------------------------------------------------------------------------------
> >
> > The candidate for Mesos 0.26.1 release is available at:
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
> >
> > The tag to be voted on is 0.26.1-rc1:
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
> >
> > The MD5 checksum of the tarball can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
> >
> > The signature of the tarball can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
> >
> > The PGP key used to sign the release is here:
> > https://dist.apache.org/repos/dist/release/mesos/KEYS
> >
> > The JAR is up in Maven in a staging repository here:
> > https://repository.apache.org/content/repositories/orgapachemesos-1106
> >
> > Please vote on releasing this package as Apache Mesos 0.26.1!
> >
> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
> majority
> > of at least 3 +1 PMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Mesos 0.26.1
> > [ ] -1 Do not release this package because ...
> >
> > Thanks,
> >
> > Joris, Kapil, MPark
> >
>

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

Posted by Vinod Kone <vi...@apache.org>.
Looks like the ASF CI builds for CentOS7 are failing because they are
unable to find JAVA_HOME. Couldn't tell if it's an issue with the docker
build script or something in the configure script.


checking for svn_txdelta in -lsvn_delta-1... yes
checking for sasl_done in -lsasl2... yes
checking SASL CRAM-MD5 support... yes
checking for javac... /usr/bin/javac
checking for java... /usr/bin/java
checking value of Java system property 'java.home'...
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.71-2.b15.el7_2.x86_64/jre
configure: error: could not guess JAVA_HOME



*Revision*: a05261dbed1c2577676b11235380de95d586aeeb

   - refs/tags/0.26.1-rc1

Configuration Matrix gcc clang
centos:7 --verbose --enable-libevent --enable-ssl
[image: Failed]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
[image: Not run]
--verbose
[image: Failed]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
[image: Not run]
ubuntu:14.04 --verbose --enable-libevent --enable-ssl
[image: Success]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
[image: Success]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
--verbose
[image: Success]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=gcc,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>
[image: Success]
<https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/8/COMPILER=clang,CONFIGURATION=--verbose,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/>

On Mon, Feb 29, 2016 at 11:21 AM, Kapil Arya <ka...@mesosphere.io> wrote:

> +1 (binding)
>
> Successful CI builds for the following distros:
>
> amd64/centos/6
> amd64/centos/7
> amd64/debian/jessie
> amd64/ubuntu/precise
> amd64/ubuntu/trusty
> amd64/ubuntu/vivid
>
> Kapil
>
> On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:
>
> > Hi all,
> >
> > Please vote on releasing the following candidate as Apache Mesos 0.26.1.
> >
> >
> > 0.26.1 includes the following:
> >
> >
> --------------------------------------------------------------------------------
> >
> >    - Improvements
> >       - `/state` endpoint performance
> >       - systemd integration
> >       - GLOG performance
> >       - Configurable task/framework history
> >       - Offer filter timeout fix for backlogged allocator
> >
> >
> >    - Bugs
> >    - SSL
> >       - Libevent
> >       - Fixed point resources math
> >    - HDFS
> >       - Agent upgrade compatibility
> >
> > The CHANGELOG for the release is available at:
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
> >
> >
> --------------------------------------------------------------------------------
> >
> > The candidate for Mesos 0.26.1 release is available at:
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
> >
> > The tag to be voted on is 0.26.1-rc1:
> >
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
> >
> > The MD5 checksum of the tarball can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
> >
> > The signature of the tarball can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
> >
> > The PGP key used to sign the release is here:
> > https://dist.apache.org/repos/dist/release/mesos/KEYS
> >
> > The JAR is up in Maven in a staging repository here:
> > https://repository.apache.org/content/repositories/orgapachemesos-1106
> >
> > Please vote on releasing this package as Apache Mesos 0.26.1!
> >
> > The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a
> majority
> > of at least 3 +1 PMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Mesos 0.26.1
> > [ ] -1 Do not release this package because ...
> >
> > Thanks,
> >
> > Joris, Kapil, MPark
> >
>

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

Posted by Kapil Arya <ka...@mesosphere.io>.
+1 (binding)

Successful CI builds for the following distros:

amd64/centos/6
amd64/centos/7
amd64/debian/jessie
amd64/ubuntu/precise
amd64/ubuntu/trusty
amd64/ubuntu/vivid

Kapil

On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:

> Hi all,
>
> Please vote on releasing the following candidate as Apache Mesos 0.26.1.
>
>
> 0.26.1 includes the following:
>
> --------------------------------------------------------------------------------
>
>    - Improvements
>       - `/state` endpoint performance
>       - systemd integration
>       - GLOG performance
>       - Configurable task/framework history
>       - Offer filter timeout fix for backlogged allocator
>
>
>    - Bugs
>    - SSL
>       - Libevent
>       - Fixed point resources math
>    - HDFS
>       - Agent upgrade compatibility
>
> The CHANGELOG for the release is available at:
>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>
> --------------------------------------------------------------------------------
>
> The candidate for Mesos 0.26.1 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>
> The tag to be voted on is 0.26.1-rc1:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>
> The MD5 checksum of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>
> The signature of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>
> The PGP key used to sign the release is here:
> https://dist.apache.org/repos/dist/release/mesos/KEYS
>
> The JAR is up in Maven in a staging repository here:
> https://repository.apache.org/content/repositories/orgapachemesos-1106
>
> Please vote on releasing this package as Apache Mesos 0.26.1!
>
> The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a majority
> of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Mesos 0.26.1
> [ ] -1 Do not release this package because ...
>
> Thanks,
>
> Joris, Kapil, MPark
>

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

Posted by Kapil Arya <ka...@mesosphere.io>.
+1 (binding)

Successful CI builds for the following distros:

amd64/centos/6
amd64/centos/7
amd64/debian/jessie
amd64/ubuntu/precise
amd64/ubuntu/trusty
amd64/ubuntu/vivid

Kapil

On Sat, Feb 27, 2016 at 12:26 AM, Michael Park <mp...@apache.org> wrote:

> Hi all,
>
> Please vote on releasing the following candidate as Apache Mesos 0.26.1.
>
>
> 0.26.1 includes the following:
>
> --------------------------------------------------------------------------------
>
>    - Improvements
>       - `/state` endpoint performance
>       - systemd integration
>       - GLOG performance
>       - Configurable task/framework history
>       - Offer filter timeout fix for backlogged allocator
>
>
>    - Bugs
>    - SSL
>       - Libevent
>       - Fixed point resources math
>    - HDFS
>       - Agent upgrade compatibility
>
> The CHANGELOG for the release is available at:
>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.1-rc1
>
> --------------------------------------------------------------------------------
>
> The candidate for Mesos 0.26.1 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz
>
> The tag to be voted on is 0.26.1-rc1:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.26.1-rc1
>
> The MD5 checksum of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.md5
>
> The signature of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.26.1-rc1/mesos-0.26.1.tar.gz.asc
>
> The PGP key used to sign the release is here:
> https://dist.apache.org/repos/dist/release/mesos/KEYS
>
> The JAR is up in Maven in a staging repository here:
> https://repository.apache.org/content/repositories/orgapachemesos-1106
>
> Please vote on releasing this package as Apache Mesos 0.26.1!
>
> The vote is open until Wed Mar 2 23:59:59 PST 2016 and passes if a majority
> of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Mesos 0.26.1
> [ ] -1 Do not release this package because ...
>
> Thanks,
>
> Joris, Kapil, MPark
>