You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by Jie Yu <yu...@gmail.com> on 2016/06/07 17:42:36 UTC

[VOTE] Release Apache Mesos 0.27.3 (rc1)

Hi all,

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

NOTE: I fat fingered and accidentally released the 0.27.3 jar to maven repo
and I have no permission to remove it (apologies!). If this vote passes,
nothing needs to be done. If not, I'll see how I can update it. Sorry about
that.


0.27.3 is a bug fix release. It includes the following fixes:
--------------------------------------------------------------------------------
** Bug
  * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS distribution
has perf backports.
  * [MESOS-4869] - /usr/libexec/mesos/mesos-health-check using/leaking a
lot of memory.
  * [MESOS-5018] - FrameworkInfo Capability enum does not support upgrades.
  * [MESOS-5021] - Memory leak in subprocess when 'environment' argument is
provided.
  * [MESOS-5449] - Memory leak in SchedulerProcess.declineOffer.

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.27.3-rc1
--------------------------------------------------------------------------------

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

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

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

The signature of the tarball can be found at:
https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.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-1145

Please vote on releasing this package as Apache Mesos 0.27.3!

The vote is open until Fri Jun 10 10:38:44 PDT 2016 and passes if a
majority of at least 3 +1 PMC votes are cast.

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

Thanks,
- Jie

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

Posted by Benjamin Mahler <bm...@apache.org>.
+1 (binding)

All tests pass on OS X with libev.

On Tue, Jun 7, 2016 at 11:48 PM, Jörg Schad <jo...@mesosphere.io> wrote:

> +1 (Non-Binding)
> (sudo) make check on OSX + Update Test Script from 27.2
>
> Two test failures (FetcherCacheTest.LocalUncachedExtract and
> FetcherCacheHttpTest.HttpMixed) which are both known and fixed in later
> versions.
>
> On Tue, Jun 7, 2016 at 9:52 PM, Vinod Kone <vi...@apache.org> wrote:
>
>> +1 (binding)
>>
>> Tested on ASF CI (NOTE: The failing build for ubuntu + gcc is a red
>> herring)
>>
>>
>> *Revision*: 68dd1f6a12c321a21a7e6e257d5a23b41d127273
>>
>>    - refs/tags/0.27.3-rc1
>>
>> Configuration Matrix gcc clang
>> centos:7 --verbose --enable-libevent --enable-ssl
>> [image: Success]
>> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> [image: Not run]
>> --verbose
>> [image: Success]
>> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> --verbose
>> [image: Failed]
>> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>>
>>
>> On Tue, Jun 7, 2016 at 3:06 PM, Kapil Arya <ka...@mesosphere.io> wrote:
>>
>> > +1 (binding) Ran CI builds for various distros.
>> >
>> > The deb/rpm packages can be found here:
>> >
>> >
>> http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-0.27.3-rc1
>> >
>> > Kapil
>> >
>> > On Tue, Jun 7, 2016 at 1:42 PM, Jie Yu <yu...@gmail.com> wrote:
>> >
>> >> Hi all,
>> >>
>> >> Please vote on releasing the following candidate as Apache Mesos
>> 0.27.3.
>> >>
>> >> NOTE: I fat fingered and accidentally released the 0.27.3 jar to maven
>> >> repo
>> >> and I have no permission to remove it (apologies!). If this vote
>> passes,
>> >> nothing needs to be done. If not, I'll see how I can update it. Sorry
>> >> about
>> >> that.
>> >>
>> >>
>> >> 0.27.3 is a bug fix release. It includes the following fixes:
>> >>
>> >>
>> --------------------------------------------------------------------------------
>> >> ** Bug
>> >>   * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS
>> >> distribution
>> >> has perf backports.
>> >>   * [MESOS-4869] - /usr/libexec/mesos/mesos-health-check using/leaking
>> a
>> >> lot of memory.
>> >>   * [MESOS-5018] - FrameworkInfo Capability enum does not support
>> >> upgrades.
>> >>   * [MESOS-5021] - Memory leak in subprocess when 'environment'
>> argument
>> >> is
>> >> provided.
>> >>   * [MESOS-5449] - Memory leak in SchedulerProcess.declineOffer.
>> >>
>> >> 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.27.3-rc1
>> >>
>> >>
>> --------------------------------------------------------------------------------
>> >>
>> >> The candidate for Mesos 0.27.3 release is available at:
>> >>
>> >>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz
>> >>
>> >> The tag to be voted on is 0.27.3-rc1:
>> >>
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.27.3-rc1
>> >>
>> >> The MD5 checksum of the tarball can be found at:
>> >>
>> >>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz.md5
>> >>
>> >> The signature of the tarball can be found at:
>> >>
>> >>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.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-1145
>> >>
>> >> Please vote on releasing this package as Apache Mesos 0.27.3!
>> >>
>> >> The vote is open until Fri Jun 10 10:38:44 PDT 2016 and passes if a
>> >> majority of at least 3 +1 PMC votes are cast.
>> >>
>> >> [ ] +1 Release this package as Apache Mesos 0.27.3
>> >> [ ] -1 Do not release this package because ...
>> >>
>> >> Thanks,
>> >> - Jie
>> >>
>> >
>> >
>>
>
>

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

Posted by Benjamin Mahler <bm...@apache.org>.
+1 (binding)

All tests pass on OS X with libev.

On Tue, Jun 7, 2016 at 11:48 PM, Jörg Schad <jo...@mesosphere.io> wrote:

> +1 (Non-Binding)
> (sudo) make check on OSX + Update Test Script from 27.2
>
> Two test failures (FetcherCacheTest.LocalUncachedExtract and
> FetcherCacheHttpTest.HttpMixed) which are both known and fixed in later
> versions.
>
> On Tue, Jun 7, 2016 at 9:52 PM, Vinod Kone <vi...@apache.org> wrote:
>
>> +1 (binding)
>>
>> Tested on ASF CI (NOTE: The failing build for ubuntu + gcc is a red
>> herring)
>>
>>
>> *Revision*: 68dd1f6a12c321a21a7e6e257d5a23b41d127273
>>
>>    - refs/tags/0.27.3-rc1
>>
>> Configuration Matrix gcc clang
>> centos:7 --verbose --enable-libevent --enable-ssl
>> [image: Success]
>> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> [image: Not run]
>> --verbose
>> [image: Success]
>> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>> --verbose
>> [image: Failed]
>> <
>> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
>> >
>>
>>
>> On Tue, Jun 7, 2016 at 3:06 PM, Kapil Arya <ka...@mesosphere.io> wrote:
>>
>> > +1 (binding) Ran CI builds for various distros.
>> >
>> > The deb/rpm packages can be found here:
>> >
>> >
>> http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-0.27.3-rc1
>> >
>> > Kapil
>> >
>> > On Tue, Jun 7, 2016 at 1:42 PM, Jie Yu <yu...@gmail.com> wrote:
>> >
>> >> Hi all,
>> >>
>> >> Please vote on releasing the following candidate as Apache Mesos
>> 0.27.3.
>> >>
>> >> NOTE: I fat fingered and accidentally released the 0.27.3 jar to maven
>> >> repo
>> >> and I have no permission to remove it (apologies!). If this vote
>> passes,
>> >> nothing needs to be done. If not, I'll see how I can update it. Sorry
>> >> about
>> >> that.
>> >>
>> >>
>> >> 0.27.3 is a bug fix release. It includes the following fixes:
>> >>
>> >>
>> --------------------------------------------------------------------------------
>> >> ** Bug
>> >>   * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS
>> >> distribution
>> >> has perf backports.
>> >>   * [MESOS-4869] - /usr/libexec/mesos/mesos-health-check using/leaking
>> a
>> >> lot of memory.
>> >>   * [MESOS-5018] - FrameworkInfo Capability enum does not support
>> >> upgrades.
>> >>   * [MESOS-5021] - Memory leak in subprocess when 'environment'
>> argument
>> >> is
>> >> provided.
>> >>   * [MESOS-5449] - Memory leak in SchedulerProcess.declineOffer.
>> >>
>> >> 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.27.3-rc1
>> >>
>> >>
>> --------------------------------------------------------------------------------
>> >>
>> >> The candidate for Mesos 0.27.3 release is available at:
>> >>
>> >>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz
>> >>
>> >> The tag to be voted on is 0.27.3-rc1:
>> >>
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.27.3-rc1
>> >>
>> >> The MD5 checksum of the tarball can be found at:
>> >>
>> >>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz.md5
>> >>
>> >> The signature of the tarball can be found at:
>> >>
>> >>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.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-1145
>> >>
>> >> Please vote on releasing this package as Apache Mesos 0.27.3!
>> >>
>> >> The vote is open until Fri Jun 10 10:38:44 PDT 2016 and passes if a
>> >> majority of at least 3 +1 PMC votes are cast.
>> >>
>> >> [ ] +1 Release this package as Apache Mesos 0.27.3
>> >> [ ] -1 Do not release this package because ...
>> >>
>> >> Thanks,
>> >> - Jie
>> >>
>> >
>> >
>>
>
>

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

Posted by Jörg Schad <jo...@mesosphere.io>.
+1 (Non-Binding)
(sudo) make check on OSX + Update Test Script from 27.2

Two test failures (FetcherCacheTest.LocalUncachedExtract and
FetcherCacheHttpTest.HttpMixed) which are both known and fixed in later
versions.

On Tue, Jun 7, 2016 at 9:52 PM, Vinod Kone <vi...@apache.org> wrote:

> +1 (binding)
>
> Tested on ASF CI (NOTE: The failing build for ubuntu + gcc is a red
> herring)
>
>
> *Revision*: 68dd1f6a12c321a21a7e6e257d5a23b41d127273
>
>    - refs/tags/0.27.3-rc1
>
> Configuration Matrix gcc clang
> centos:7 --verbose --enable-libevent --enable-ssl
> [image: Success]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> [image: Not run]
> --verbose
> [image: Success]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> --verbose
> [image: Failed]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
>
> On Tue, Jun 7, 2016 at 3:06 PM, Kapil Arya <ka...@mesosphere.io> wrote:
>
> > +1 (binding) Ran CI builds for various distros.
> >
> > The deb/rpm packages can be found here:
> >
> >
> http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-0.27.3-rc1
> >
> > Kapil
> >
> > On Tue, Jun 7, 2016 at 1:42 PM, Jie Yu <yu...@gmail.com> wrote:
> >
> >> Hi all,
> >>
> >> Please vote on releasing the following candidate as Apache Mesos 0.27.3.
> >>
> >> NOTE: I fat fingered and accidentally released the 0.27.3 jar to maven
> >> repo
> >> and I have no permission to remove it (apologies!). If this vote passes,
> >> nothing needs to be done. If not, I'll see how I can update it. Sorry
> >> about
> >> that.
> >>
> >>
> >> 0.27.3 is a bug fix release. It includes the following fixes:
> >>
> >>
> --------------------------------------------------------------------------------
> >> ** Bug
> >>   * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS
> >> distribution
> >> has perf backports.
> >>   * [MESOS-4869] - /usr/libexec/mesos/mesos-health-check using/leaking a
> >> lot of memory.
> >>   * [MESOS-5018] - FrameworkInfo Capability enum does not support
> >> upgrades.
> >>   * [MESOS-5021] - Memory leak in subprocess when 'environment' argument
> >> is
> >> provided.
> >>   * [MESOS-5449] - Memory leak in SchedulerProcess.declineOffer.
> >>
> >> 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.27.3-rc1
> >>
> >>
> --------------------------------------------------------------------------------
> >>
> >> The candidate for Mesos 0.27.3 release is available at:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz
> >>
> >> The tag to be voted on is 0.27.3-rc1:
> >>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.27.3-rc1
> >>
> >> The MD5 checksum of the tarball can be found at:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz.md5
> >>
> >> The signature of the tarball can be found at:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.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-1145
> >>
> >> Please vote on releasing this package as Apache Mesos 0.27.3!
> >>
> >> The vote is open until Fri Jun 10 10:38:44 PDT 2016 and passes if a
> >> majority of at least 3 +1 PMC votes are cast.
> >>
> >> [ ] +1 Release this package as Apache Mesos 0.27.3
> >> [ ] -1 Do not release this package because ...
> >>
> >> Thanks,
> >> - Jie
> >>
> >
> >
>

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

Posted by Jörg Schad <jo...@mesosphere.io>.
+1 (Non-Binding)
(sudo) make check on OSX + Update Test Script from 27.2

Two test failures (FetcherCacheTest.LocalUncachedExtract and
FetcherCacheHttpTest.HttpMixed) which are both known and fixed in later
versions.

On Tue, Jun 7, 2016 at 9:52 PM, Vinod Kone <vi...@apache.org> wrote:

> +1 (binding)
>
> Tested on ASF CI (NOTE: The failing build for ubuntu + gcc is a red
> herring)
>
>
> *Revision*: 68dd1f6a12c321a21a7e6e257d5a23b41d127273
>
>    - refs/tags/0.27.3-rc1
>
> Configuration Matrix gcc clang
> centos:7 --verbose --enable-libevent --enable-ssl
> [image: Success]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> [image: Not run]
> --verbose
> [image: Success]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
> --verbose
> [image: Failed]
> <
> https://builds.apache.org/view/M-R/view/Mesos/job/Mesos-Release/16/COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,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/16/COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/
> >
>
> On Tue, Jun 7, 2016 at 3:06 PM, Kapil Arya <ka...@mesosphere.io> wrote:
>
> > +1 (binding) Ran CI builds for various distros.
> >
> > The deb/rpm packages can be found here:
> >
> >
> http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-0.27.3-rc1
> >
> > Kapil
> >
> > On Tue, Jun 7, 2016 at 1:42 PM, Jie Yu <yu...@gmail.com> wrote:
> >
> >> Hi all,
> >>
> >> Please vote on releasing the following candidate as Apache Mesos 0.27.3.
> >>
> >> NOTE: I fat fingered and accidentally released the 0.27.3 jar to maven
> >> repo
> >> and I have no permission to remove it (apologies!). If this vote passes,
> >> nothing needs to be done. If not, I'll see how I can update it. Sorry
> >> about
> >> that.
> >>
> >>
> >> 0.27.3 is a bug fix release. It includes the following fixes:
> >>
> >>
> --------------------------------------------------------------------------------
> >> ** Bug
> >>   * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS
> >> distribution
> >> has perf backports.
> >>   * [MESOS-4869] - /usr/libexec/mesos/mesos-health-check using/leaking a
> >> lot of memory.
> >>   * [MESOS-5018] - FrameworkInfo Capability enum does not support
> >> upgrades.
> >>   * [MESOS-5021] - Memory leak in subprocess when 'environment' argument
> >> is
> >> provided.
> >>   * [MESOS-5449] - Memory leak in SchedulerProcess.declineOffer.
> >>
> >> 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.27.3-rc1
> >>
> >>
> --------------------------------------------------------------------------------
> >>
> >> The candidate for Mesos 0.27.3 release is available at:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz
> >>
> >> The tag to be voted on is 0.27.3-rc1:
> >>
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.27.3-rc1
> >>
> >> The MD5 checksum of the tarball can be found at:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz.md5
> >>
> >> The signature of the tarball can be found at:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.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-1145
> >>
> >> Please vote on releasing this package as Apache Mesos 0.27.3!
> >>
> >> The vote is open until Fri Jun 10 10:38:44 PDT 2016 and passes if a
> >> majority of at least 3 +1 PMC votes are cast.
> >>
> >> [ ] +1 Release this package as Apache Mesos 0.27.3
> >> [ ] -1 Do not release this package because ...
> >>
> >> Thanks,
> >> - Jie
> >>
> >
> >
>

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

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

Tested on ASF CI (NOTE: The failing build for ubuntu + gcc is a red herring)


*Revision*: 68dd1f6a12c321a21a7e6e257d5a23b41d127273

   - refs/tags/0.27.3-rc1

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

On Tue, Jun 7, 2016 at 3:06 PM, Kapil Arya <ka...@mesosphere.io> wrote:

> +1 (binding) Ran CI builds for various distros.
>
> The deb/rpm packages can be found here:
>
>     http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-0.27.3-rc1
>
> Kapil
>
> On Tue, Jun 7, 2016 at 1:42 PM, Jie Yu <yu...@gmail.com> wrote:
>
>> Hi all,
>>
>> Please vote on releasing the following candidate as Apache Mesos 0.27.3.
>>
>> NOTE: I fat fingered and accidentally released the 0.27.3 jar to maven
>> repo
>> and I have no permission to remove it (apologies!). If this vote passes,
>> nothing needs to be done. If not, I'll see how I can update it. Sorry
>> about
>> that.
>>
>>
>> 0.27.3 is a bug fix release. It includes the following fixes:
>>
>> --------------------------------------------------------------------------------
>> ** Bug
>>   * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS
>> distribution
>> has perf backports.
>>   * [MESOS-4869] - /usr/libexec/mesos/mesos-health-check using/leaking a
>> lot of memory.
>>   * [MESOS-5018] - FrameworkInfo Capability enum does not support
>> upgrades.
>>   * [MESOS-5021] - Memory leak in subprocess when 'environment' argument
>> is
>> provided.
>>   * [MESOS-5449] - Memory leak in SchedulerProcess.declineOffer.
>>
>> 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.27.3-rc1
>>
>> --------------------------------------------------------------------------------
>>
>> The candidate for Mesos 0.27.3 release is available at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz
>>
>> The tag to be voted on is 0.27.3-rc1:
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.27.3-rc1
>>
>> The MD5 checksum of the tarball can be found at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz.md5
>>
>> The signature of the tarball can be found at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.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-1145
>>
>> Please vote on releasing this package as Apache Mesos 0.27.3!
>>
>> The vote is open until Fri Jun 10 10:38:44 PDT 2016 and passes if a
>> majority of at least 3 +1 PMC votes are cast.
>>
>> [ ] +1 Release this package as Apache Mesos 0.27.3
>> [ ] -1 Do not release this package because ...
>>
>> Thanks,
>> - Jie
>>
>
>

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

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

Tested on ASF CI (NOTE: The failing build for ubuntu + gcc is a red herring)


*Revision*: 68dd1f6a12c321a21a7e6e257d5a23b41d127273

   - refs/tags/0.27.3-rc1

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

On Tue, Jun 7, 2016 at 3:06 PM, Kapil Arya <ka...@mesosphere.io> wrote:

> +1 (binding) Ran CI builds for various distros.
>
> The deb/rpm packages can be found here:
>
>     http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-0.27.3-rc1
>
> Kapil
>
> On Tue, Jun 7, 2016 at 1:42 PM, Jie Yu <yu...@gmail.com> wrote:
>
>> Hi all,
>>
>> Please vote on releasing the following candidate as Apache Mesos 0.27.3.
>>
>> NOTE: I fat fingered and accidentally released the 0.27.3 jar to maven
>> repo
>> and I have no permission to remove it (apologies!). If this vote passes,
>> nothing needs to be done. If not, I'll see how I can update it. Sorry
>> about
>> that.
>>
>>
>> 0.27.3 is a bug fix release. It includes the following fixes:
>>
>> --------------------------------------------------------------------------------
>> ** Bug
>>   * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS
>> distribution
>> has perf backports.
>>   * [MESOS-4869] - /usr/libexec/mesos/mesos-health-check using/leaking a
>> lot of memory.
>>   * [MESOS-5018] - FrameworkInfo Capability enum does not support
>> upgrades.
>>   * [MESOS-5021] - Memory leak in subprocess when 'environment' argument
>> is
>> provided.
>>   * [MESOS-5449] - Memory leak in SchedulerProcess.declineOffer.
>>
>> 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.27.3-rc1
>>
>> --------------------------------------------------------------------------------
>>
>> The candidate for Mesos 0.27.3 release is available at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz
>>
>> The tag to be voted on is 0.27.3-rc1:
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.27.3-rc1
>>
>> The MD5 checksum of the tarball can be found at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz.md5
>>
>> The signature of the tarball can be found at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.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-1145
>>
>> Please vote on releasing this package as Apache Mesos 0.27.3!
>>
>> The vote is open until Fri Jun 10 10:38:44 PDT 2016 and passes if a
>> majority of at least 3 +1 PMC votes are cast.
>>
>> [ ] +1 Release this package as Apache Mesos 0.27.3
>> [ ] -1 Do not release this package because ...
>>
>> Thanks,
>> - Jie
>>
>
>

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

Posted by Kapil Arya <ka...@mesosphere.io>.
+1 (binding) Ran CI builds for various distros.

The deb/rpm packages can be found here:

    http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-0.27.3-rc1

Kapil

On Tue, Jun 7, 2016 at 1:42 PM, Jie Yu <yu...@gmail.com> wrote:

> Hi all,
>
> Please vote on releasing the following candidate as Apache Mesos 0.27.3.
>
> NOTE: I fat fingered and accidentally released the 0.27.3 jar to maven repo
> and I have no permission to remove it (apologies!). If this vote passes,
> nothing needs to be done. If not, I'll see how I can update it. Sorry about
> that.
>
>
> 0.27.3 is a bug fix release. It includes the following fixes:
>
> --------------------------------------------------------------------------------
> ** Bug
>   * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS distribution
> has perf backports.
>   * [MESOS-4869] - /usr/libexec/mesos/mesos-health-check using/leaking a
> lot of memory.
>   * [MESOS-5018] - FrameworkInfo Capability enum does not support upgrades.
>   * [MESOS-5021] - Memory leak in subprocess when 'environment' argument is
> provided.
>   * [MESOS-5449] - Memory leak in SchedulerProcess.declineOffer.
>
> 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.27.3-rc1
>
> --------------------------------------------------------------------------------
>
> The candidate for Mesos 0.27.3 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz
>
> The tag to be voted on is 0.27.3-rc1:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.27.3-rc1
>
> The MD5 checksum of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz.md5
>
> The signature of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.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-1145
>
> Please vote on releasing this package as Apache Mesos 0.27.3!
>
> The vote is open until Fri Jun 10 10:38:44 PDT 2016 and passes if a
> majority of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Mesos 0.27.3
> [ ] -1 Do not release this package because ...
>
> Thanks,
> - Jie
>

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

Posted by Kapil Arya <ka...@mesosphere.io>.
+1 (binding) Ran CI builds for various distros.

The deb/rpm packages can be found here:

    http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-0.27.3-rc1

Kapil

On Tue, Jun 7, 2016 at 1:42 PM, Jie Yu <yu...@gmail.com> wrote:

> Hi all,
>
> Please vote on releasing the following candidate as Apache Mesos 0.27.3.
>
> NOTE: I fat fingered and accidentally released the 0.27.3 jar to maven repo
> and I have no permission to remove it (apologies!). If this vote passes,
> nothing needs to be done. If not, I'll see how I can update it. Sorry about
> that.
>
>
> 0.27.3 is a bug fix release. It includes the following fixes:
>
> --------------------------------------------------------------------------------
> ** Bug
>   * [MESOS-4705] - Linux 'perf' parsing logic may fail when OS distribution
> has perf backports.
>   * [MESOS-4869] - /usr/libexec/mesos/mesos-health-check using/leaking a
> lot of memory.
>   * [MESOS-5018] - FrameworkInfo Capability enum does not support upgrades.
>   * [MESOS-5021] - Memory leak in subprocess when 'environment' argument is
> provided.
>   * [MESOS-5449] - Memory leak in SchedulerProcess.declineOffer.
>
> 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.27.3-rc1
>
> --------------------------------------------------------------------------------
>
> The candidate for Mesos 0.27.3 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz
>
> The tag to be voted on is 0.27.3-rc1:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=0.27.3-rc1
>
> The MD5 checksum of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.tar.gz.md5
>
> The signature of the tarball can be found at:
>
> https://dist.apache.org/repos/dist/dev/mesos/0.27.3-rc1/mesos-0.27.3.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-1145
>
> Please vote on releasing this package as Apache Mesos 0.27.3!
>
> The vote is open until Fri Jun 10 10:38:44 PDT 2016 and passes if a
> majority of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Mesos 0.27.3
> [ ] -1 Do not release this package because ...
>
> Thanks,
> - Jie
>