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

2017-05-12 Thread Michael Park
This vote has failed, we'll cut an rc2 shortly.

MESOS-7378, MESOS-7471, MESOS-7478 have been fixed, and MESOS-7460 is not
an issue.

MESOS-7431  is our only
blocker currently. Will this be committed today? CC Gilbert

Thanks,

MPark


On Tue, May 9, 2017 at 2:01 PM, Benjamin Mahler  wrote:

> -1 (binding)
>
> Two upgrade blockers, these need to be backported to 1.2.x as well:
>
> https://issues.apache.org/jira/browse/MESOS-7478 (I have a patch already)
> https://issues.apache.org/jira/browse/MESOS-7460 (mpark is working on
> this)
>
> Re: MESOS-7378
> Any updates on whether this will be fixed?
>
> On Tue, May 9, 2017 at 1:02 AM, Jie Yu  wrote:
>
>> -1
>>
>> I want to get this fix into 1.3.0
>> https://issues.apache.org/jira/browse/MESOS-7471
>>
>> - Jie
>>
>> On Tue, May 9, 2017 at 1:14 AM, Yan Xu  wrote:
>>
>>> We work around autotools and protobuf bugs and glibc is only harder for
>>> users and developers to upgrade. :)
>>>
>>> I agree that we can establish the minimum glibc version/linux distro
>>> releases etc we support but currently we don't and there are folks who use
>>> Mesos that depend on this version.
>>>
>>> We should follow http://mesos.apache.org/documentation/latest/versioni
>>> ng/ and when answers are not in there, we should seek consensus to
>>> improve the process and update the doc and give folks adequate time to
>>> adjust to the new or better defined) process. In the meantime, I think we
>>> shouldn't break the current users.
>>>
>>> ---
>>> Jiang Yan Xu  | @xujyan 
>>>
>>> On Mon, May 8, 2017 at 3:59 PM, Neil Conway 
>>> wrote:
>>>
 Personally, I'm not convinced that we need to fix MESOS-7378. The
 problem is essentially a bug in glibc that was fixed 6 years ago. (As
 a point of reference, the oldest version of g++ we support was
 released 2 years ago... :) )

 Neil

 On Mon, May 8, 2017 at 3:45 PM, Yan Xu  wrote:
 > I am still hoping that we get
 > https://issues.apache.org/jira/browse/MESOS-7378 fixed before
 shipping
 > 0.13.0. :)
 >
 > ---
 > Jiang Yan Xu  | @xujyan
 >
 > On Fri, May 5, 2017 at 6:31 PM, Michael Park 
 wrote:
 >>
 >> Hi all,
 >>
 >> Please vote on releasing the following candidate as Apache Mesos
 1.3.0.
 >>
 >>
 >> 1.3.0 includes the following:
 >>
 >> 
 
 >>   - Multi-role framework support
 >>   - Executor authentication support
 >>   - Allow frameworks to modify their roles.
 >>   - Hierarchical roles (*EXPERIMENTAL*)
 >>
 >> The CHANGELOG for the release is available at:
 >>
 >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_p
 lain;f=CHANGELOG;hb=1.3.0-rc1
 >>
 >> 
 
 >>
 >> The candidate for Mesos 1.3.0 release is available at:
 >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos
 -1.3.0.tar.gz
 >>
 >> The tag to be voted on is 1.3.0-rc1:
 >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit
 ;h=1.3.0-rc1
 >>
 >> The MD5 checksum of the tarball can be found at:
 >>
 >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos
 -1.3.0.tar.gz.md5
 >>
 >> The signature of the tarball can be found at:
 >>
 >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos
 -1.3.0.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/orgapache
 mesos-1190
 >>
 >> Please vote on releasing this package as Apache Mesos 1.3.0!
 >>
 >> The vote is open until Wed May 10 11:59:59 PDT 2017 and passes if a
 >> majority of at least 3 +1 PMC votes are cast.
 >>
 >> [ ] +1 Release this package as Apache Mesos 1.3.0
 >> [ ] -1 Do not release this package because ...
 >>
 >> Thanks,
 >>
 >> MPark & Neil
 >
 >

>>>
>>>
>>
>


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

2017-05-09 Thread Benjamin Mahler
-1 (binding)

Two upgrade blockers, these need to be backported to 1.2.x as well:

https://issues.apache.org/jira/browse/MESOS-7478 (I have a patch already)
https://issues.apache.org/jira/browse/MESOS-7460 (mpark is working on this)

Re: MESOS-7378
Any updates on whether this will be fixed?

On Tue, May 9, 2017 at 1:02 AM, Jie Yu  wrote:

> -1
>
> I want to get this fix into 1.3.0
> https://issues.apache.org/jira/browse/MESOS-7471
>
> - Jie
>
> On Tue, May 9, 2017 at 1:14 AM, Yan Xu  wrote:
>
>> We work around autotools and protobuf bugs and glibc is only harder for
>> users and developers to upgrade. :)
>>
>> I agree that we can establish the minimum glibc version/linux distro
>> releases etc we support but currently we don't and there are folks who use
>> Mesos that depend on this version.
>>
>> We should follow http://mesos.apache.org/documentation/latest/versioning/
>> and when answers are not in there, we should seek consensus to improve the
>> process and update the doc and give folks adequate time to adjust to the
>> new or better defined) process. In the meantime, I think we shouldn't break
>> the current users.
>>
>> ---
>> Jiang Yan Xu  | @xujyan 
>>
>> On Mon, May 8, 2017 at 3:59 PM, Neil Conway 
>> wrote:
>>
>>> Personally, I'm not convinced that we need to fix MESOS-7378. The
>>> problem is essentially a bug in glibc that was fixed 6 years ago. (As
>>> a point of reference, the oldest version of g++ we support was
>>> released 2 years ago... :) )
>>>
>>> Neil
>>>
>>> On Mon, May 8, 2017 at 3:45 PM, Yan Xu  wrote:
>>> > I am still hoping that we get
>>> > https://issues.apache.org/jira/browse/MESOS-7378 fixed before shipping
>>> > 0.13.0. :)
>>> >
>>> > ---
>>> > Jiang Yan Xu  | @xujyan
>>> >
>>> > On Fri, May 5, 2017 at 6:31 PM, Michael Park  wrote:
>>> >>
>>> >> Hi all,
>>> >>
>>> >> Please vote on releasing the following candidate as Apache Mesos
>>> 1.3.0.
>>> >>
>>> >>
>>> >> 1.3.0 includes the following:
>>> >>
>>> >> 
>>> 
>>> >>   - Multi-role framework support
>>> >>   - Executor authentication support
>>> >>   - Allow frameworks to modify their roles.
>>> >>   - Hierarchical roles (*EXPERIMENTAL*)
>>> >>
>>> >> The CHANGELOG for the release is available at:
>>> >>
>>> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_p
>>> lain;f=CHANGELOG;hb=1.3.0-rc1
>>> >>
>>> >> 
>>> 
>>> >>
>>> >> The candidate for Mesos 1.3.0 release is available at:
>>> >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos
>>> -1.3.0.tar.gz
>>> >>
>>> >> The tag to be voted on is 1.3.0-rc1:
>>> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit
>>> ;h=1.3.0-rc1
>>> >>
>>> >> The MD5 checksum of the tarball can be found at:
>>> >>
>>> >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos
>>> -1.3.0.tar.gz.md5
>>> >>
>>> >> The signature of the tarball can be found at:
>>> >>
>>> >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos
>>> -1.3.0.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/orgapache
>>> mesos-1190
>>> >>
>>> >> Please vote on releasing this package as Apache Mesos 1.3.0!
>>> >>
>>> >> The vote is open until Wed May 10 11:59:59 PDT 2017 and passes if a
>>> >> majority of at least 3 +1 PMC votes are cast.
>>> >>
>>> >> [ ] +1 Release this package as Apache Mesos 1.3.0
>>> >> [ ] -1 Do not release this package because ...
>>> >>
>>> >> Thanks,
>>> >>
>>> >> MPark & Neil
>>> >
>>> >
>>>
>>
>>
>


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

2017-05-09 Thread Jie Yu
-1

I want to get this fix into 1.3.0
https://issues.apache.org/jira/browse/MESOS-7471

- Jie

On Tue, May 9, 2017 at 1:14 AM, Yan Xu  wrote:

> We work around autotools and protobuf bugs and glibc is only harder for
> users and developers to upgrade. :)
>
> I agree that we can establish the minimum glibc version/linux distro
> releases etc we support but currently we don't and there are folks who use
> Mesos that depend on this version.
>
> We should follow http://mesos.apache.org/documentation/latest/versioning/
> and when answers are not in there, we should seek consensus to improve the
> process and update the doc and give folks adequate time to adjust to the
> new or better defined) process. In the meantime, I think we shouldn't break
> the current users.
>
> ---
> Jiang Yan Xu  | @xujyan 
>
> On Mon, May 8, 2017 at 3:59 PM, Neil Conway  wrote:
>
>> Personally, I'm not convinced that we need to fix MESOS-7378. The
>> problem is essentially a bug in glibc that was fixed 6 years ago. (As
>> a point of reference, the oldest version of g++ we support was
>> released 2 years ago... :) )
>>
>> Neil
>>
>> On Mon, May 8, 2017 at 3:45 PM, Yan Xu  wrote:
>> > I am still hoping that we get
>> > https://issues.apache.org/jira/browse/MESOS-7378 fixed before shipping
>> > 0.13.0. :)
>> >
>> > ---
>> > Jiang Yan Xu  | @xujyan
>> >
>> > On Fri, May 5, 2017 at 6:31 PM, Michael Park  wrote:
>> >>
>> >> Hi all,
>> >>
>> >> Please vote on releasing the following candidate as Apache Mesos 1.3.0.
>> >>
>> >>
>> >> 1.3.0 includes the following:
>> >>
>> >> 
>> 
>> >>   - Multi-role framework support
>> >>   - Executor authentication support
>> >>   - Allow frameworks to modify their roles.
>> >>   - Hierarchical roles (*EXPERIMENTAL*)
>> >>
>> >> The CHANGELOG for the release is available at:
>> >>
>> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_p
>> lain;f=CHANGELOG;hb=1.3.0-rc1
>> >>
>> >> 
>> 
>> >>
>> >> The candidate for Mesos 1.3.0 release is available at:
>> >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos
>> -1.3.0.tar.gz
>> >>
>> >> The tag to be voted on is 1.3.0-rc1:
>> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit
>> ;h=1.3.0-rc1
>> >>
>> >> The MD5 checksum of the tarball can be found at:
>> >>
>> >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos
>> -1.3.0.tar.gz.md5
>> >>
>> >> The signature of the tarball can be found at:
>> >>
>> >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos
>> -1.3.0.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-1190
>> >>
>> >> Please vote on releasing this package as Apache Mesos 1.3.0!
>> >>
>> >> The vote is open until Wed May 10 11:59:59 PDT 2017 and passes if a
>> >> majority of at least 3 +1 PMC votes are cast.
>> >>
>> >> [ ] +1 Release this package as Apache Mesos 1.3.0
>> >> [ ] -1 Do not release this package because ...
>> >>
>> >> Thanks,
>> >>
>> >> MPark & Neil
>> >
>> >
>>
>
>


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

2017-05-08 Thread Yan Xu
We work around autotools and protobuf bugs and glibc is only harder for
users and developers to upgrade. :)

I agree that we can establish the minimum glibc version/linux distro
releases etc we support but currently we don't and there are folks who use
Mesos that depend on this version.

We should follow http://mesos.apache.org/documentation/latest/versioning/
and when answers are not in there, we should seek consensus to improve the
process and update the doc and give folks adequate time to adjust to the
new or better defined) process. In the meantime, I think we shouldn't break
the current users.

---
Jiang Yan Xu  | @xujyan 

On Mon, May 8, 2017 at 3:59 PM, Neil Conway  wrote:

> Personally, I'm not convinced that we need to fix MESOS-7378. The
> problem is essentially a bug in glibc that was fixed 6 years ago. (As
> a point of reference, the oldest version of g++ we support was
> released 2 years ago... :) )
>
> Neil
>
> On Mon, May 8, 2017 at 3:45 PM, Yan Xu  wrote:
> > I am still hoping that we get
> > https://issues.apache.org/jira/browse/MESOS-7378 fixed before shipping
> > 0.13.0. :)
> >
> > ---
> > Jiang Yan Xu  | @xujyan
> >
> > On Fri, May 5, 2017 at 6:31 PM, Michael Park  wrote:
> >>
> >> Hi all,
> >>
> >> Please vote on releasing the following candidate as Apache Mesos 1.3.0.
> >>
> >>
> >> 1.3.0 includes the following:
> >>
> >> 
> 
> >>   - Multi-role framework support
> >>   - Executor authentication support
> >>   - Allow frameworks to modify their roles.
> >>   - Hierarchical roles (*EXPERIMENTAL*)
> >>
> >> 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=1.3.0-rc1
> >>
> >> 
> 
> >>
> >> The candidate for Mesos 1.3.0 release is available at:
> >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/
> mesos-1.3.0.tar.gz
> >>
> >> The tag to be voted on is 1.3.0-rc1:
> >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=
> commit;h=1.3.0-rc1
> >>
> >> The MD5 checksum of the tarball can be found at:
> >>
> >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/
> mesos-1.3.0.tar.gz.md5
> >>
> >> The signature of the tarball can be found at:
> >>
> >> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/
> mesos-1.3.0.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-1190
> >>
> >> Please vote on releasing this package as Apache Mesos 1.3.0!
> >>
> >> The vote is open until Wed May 10 11:59:59 PDT 2017 and passes if a
> >> majority of at least 3 +1 PMC votes are cast.
> >>
> >> [ ] +1 Release this package as Apache Mesos 1.3.0
> >> [ ] -1 Do not release this package because ...
> >>
> >> Thanks,
> >>
> >> MPark & Neil
> >
> >
>


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

2017-05-08 Thread Yan Xu
s/0.13.0/1.3.0/ :)

---
Jiang Yan Xu  | @xujyan 

On Mon, May 8, 2017 at 3:45 PM, Yan Xu  wrote:

> I am still hoping that we get https://issues.apache.org/
> jira/browse/MESOS-7378 fixed before shipping 0.13.0. :)
>
> ---
> Jiang Yan Xu  | @xujyan 
>
> On Fri, May 5, 2017 at 6:31 PM, Michael Park  wrote:
>
>> Hi all,
>>
>> Please vote on releasing the following candidate as Apache Mesos 1.3.0.
>>
>>
>> 1.3.0 includes the following:
>> 
>> 
>>   - Multi-role framework support
>>   - Executor authentication support
>>   - Allow frameworks to modify their roles.
>>   - Hierarchical roles (*EXPERIMENTAL*)
>>
>> The CHANGELOG for the release is available at:
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_p
>> lain;f=CHANGELOG;hb=1.3.0-rc1
>> 
>> 
>>
>> The candidate for Mesos 1.3.0 release is available at:
>> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos-1.3.0.tar.gz
>>
>> The tag to be voted on is 1.3.0-rc1:
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.3.0-rc1
>>
>> The MD5 checksum of the tarball can be found at:
>> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos
>> -1.3.0.tar.gz.md5
>>
>> The signature of the tarball can be found at:
>> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos
>> -1.3.0.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-1190
>>
>> Please vote on releasing this package as Apache Mesos 1.3.0!
>>
>> The vote is open until Wed May 10 11:59:59 PDT 2017 and passes if a
>> majority of at least 3 +1 PMC votes are cast.
>>
>> [ ] +1 Release this package as Apache Mesos 1.3.0
>> [ ] -1 Do not release this package because ...
>>
>> Thanks,
>>
>> MPark & Neil
>>
>
>


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

2017-05-08 Thread Neil Conway
Personally, I'm not convinced that we need to fix MESOS-7378. The
problem is essentially a bug in glibc that was fixed 6 years ago. (As
a point of reference, the oldest version of g++ we support was
released 2 years ago... :) )

Neil

On Mon, May 8, 2017 at 3:45 PM, Yan Xu  wrote:
> I am still hoping that we get
> https://issues.apache.org/jira/browse/MESOS-7378 fixed before shipping
> 0.13.0. :)
>
> ---
> Jiang Yan Xu  | @xujyan
>
> On Fri, May 5, 2017 at 6:31 PM, Michael Park  wrote:
>>
>> Hi all,
>>
>> Please vote on releasing the following candidate as Apache Mesos 1.3.0.
>>
>>
>> 1.3.0 includes the following:
>>
>> 
>>   - Multi-role framework support
>>   - Executor authentication support
>>   - Allow frameworks to modify their roles.
>>   - Hierarchical roles (*EXPERIMENTAL*)
>>
>> 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=1.3.0-rc1
>>
>> 
>>
>> The candidate for Mesos 1.3.0 release is available at:
>> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos-1.3.0.tar.gz
>>
>> The tag to be voted on is 1.3.0-rc1:
>> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.3.0-rc1
>>
>> The MD5 checksum of the tarball can be found at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos-1.3.0.tar.gz.md5
>>
>> The signature of the tarball can be found at:
>>
>> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos-1.3.0.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-1190
>>
>> Please vote on releasing this package as Apache Mesos 1.3.0!
>>
>> The vote is open until Wed May 10 11:59:59 PDT 2017 and passes if a
>> majority of at least 3 +1 PMC votes are cast.
>>
>> [ ] +1 Release this package as Apache Mesos 1.3.0
>> [ ] -1 Do not release this package because ...
>>
>> Thanks,
>>
>> MPark & Neil
>
>


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

2017-05-08 Thread Yan Xu
I am still hoping that we get
https://issues.apache.org/jira/browse/MESOS-7378 fixed before shipping
0.13.0. :)

---
Jiang Yan Xu  | @xujyan 

On Fri, May 5, 2017 at 6:31 PM, Michael Park  wrote:

> Hi all,
>
> Please vote on releasing the following candidate as Apache Mesos 1.3.0.
>
>
> 1.3.0 includes the following:
> 
> 
>   - Multi-role framework support
>   - Executor authentication support
>   - Allow frameworks to modify their roles.
>   - Hierarchical roles (*EXPERIMENTAL*)
>
> 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=1.3.0-rc1
> 
> 
>
> The candidate for Mesos 1.3.0 release is available at:
> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/mesos-1.3.0.tar.gz
>
> The tag to be voted on is 1.3.0-rc1:
> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=commit;h=1.3.0-rc1
>
> The MD5 checksum of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/
> mesos-1.3.0.tar.gz.md5
>
> The signature of the tarball can be found at:
> https://dist.apache.org/repos/dist/dev/mesos/1.3.0-rc1/
> mesos-1.3.0.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-1190
>
> Please vote on releasing this package as Apache Mesos 1.3.0!
>
> The vote is open until Wed May 10 11:59:59 PDT 2017 and passes if a
> majority of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Mesos 1.3.0
> [ ] -1 Do not release this package because ...
>
> Thanks,
>
> MPark & Neil
>


[VOTE] Release Apache Mesos 1.3.0 (rc1)

2017-05-05 Thread Michael Park
Hi all,

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


1.3.0 includes the following:

  - Multi-role framework support
  - Executor authentication support
  - Allow frameworks to modify their roles.
  - Hierarchical roles (*EXPERIMENTAL*)

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=1.3.0-rc1


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

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

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

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

Please vote on releasing this package as Apache Mesos 1.3.0!

The vote is open until Wed May 10 11:59:59 PDT 2017 and passes if a
majority of at least 3 +1 PMC votes are cast.

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

Thanks,

MPark & Neil