[VOTE] Release Apache Mesos 1.0.0 (rc1)

2016-06-01 Thread Vinod Kone
Hi all, Please vote on releasing the following candidate as Apache Mesos 1.0.0. NOTE: The voting period for this release is 3 weeks. Also, we are willing to make API changes before the final release. So please test it thoroughly. 1.0.0 includes the following features:

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

2016-06-01 Thread haosdent
Hi, @June Vinod only list important changes in vote email. For those all tickets which ‘Fix Version/s’ is 1.0.0, all of them would be included. MESOS-4744 is included as well. On Wed, Jun 1, 2016 at 9:16 PM, June Taylor wrote: > I am curious why https://issues.apache.org/jira/browse/MESOS-4744 i

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

2016-06-06 Thread Robert Lacroix
Hi Vinod, In convert.cpp we compare the major versions of the native library and the jar. This makes upgrading frameworks unnecessarily hard because you would have to deploy Mesos and frameworks in lockstep. Non-bindi

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

2016-06-07 Thread Jörg Schad
Hi, the authorization documentation in the RC seems to be messing some changes introduced by https://issues.apache.org/jira/browse/MESOS-5405. We already added and committed fixes as part this ticket (see https://issues.apache.org/jira/browse/MESOS-5405?focusedCommentId=15318058&page=com.atlassian.

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

2016-06-07 Thread Kapil Arya
Here is a link to the rpm/deb packages for Mesos 1.0.0-rc1: http://open.mesosphere.com/downloads/mesos-rc/#apache-mesos-1.0.0-rc1 Please note that from this release (>=1.0.0-rc1) onwards, we are configuring Mesos with SSL support. We have also added `--enable-install-module-dependencies` configur

Fwd: [VOTE] Release Apache Mesos 1.0.0 (rc1)

2016-06-07 Thread Yan Xu
What do you think about this Vinod? I think we can remove this major version checking altogether. Backwards-incompatible changes would warrant a major version bump but not vise versa. Plus it's more standard to express and check dependency versions outside of the code but through package metadata.

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

2016-06-08 Thread Vinod Kone
Thanks for catching this bug. We need to fix convert.cpp to make scheduler/executor upgrades to 1.0 easier. @Robert/@Yan: Can one of you file a JIRA issue for this? A patch would be even better :) I'm cancelling the vote for 1.0-RC1 now. We'll cut RC2 after we fix this and any other issues that cr

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

2016-06-08 Thread Yan Xu
Awesome, I'll send a patch. On Wed, Jun 8, 2016 at 9:25 AM, Vinod Kone wrote: > Thanks for catching this bug. We need to fix convert.cpp to make > scheduler/executor upgrades to 1.0 easier. @Robert/@Yan: Can one of you > file a JIRA issue for this? A patch would be even better :) > > I'm cancell

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

2016-06-08 Thread Robert Lacroix
Hi Vinod, In convert.cpp we compare the major versions of the native library and the jar. This makes upgrading frameworks unnecessarily hard because you would have to deploy Mesos and frameworks in lockstep. Non-bindi

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

2016-06-08 Thread Yan Xu
What do you think about this Vinod? I think we can remove this major version checking altogether. Backwards-incompatible changes would warrant a major version bump but not vise versa. Plus it's more standard to express and check dependency versions outside of the code but through package metadata.