You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by Brian Cho <ch...@gmail.com> on 2015/05/01 00:55:33 UTC

Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

-1.

The Mesos tests (bin/runmesostests.sh) fail. This can be remedied by
backporting REEF-293.

Sorry Julia. Knowing that cutting a new RC isn't exactly trivial, I really
hate to do this. My apologies for finding that problem late.

- Brian

On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) <Qiuhe.Wang@microsoft.com
> wrote:

> This is to call for a vote for the source release of Apache REEF
> 0.11.0-incubating (rc1).
>
> Source:
> The source tarball, including signatures, digests, etc can be found at:
>
> https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-incubating/
>
> The Git tag is release-0.11.0-incubating-rc1
> The Git commit ID is d76802b4ccd714877742104cf111ee99492fbb16
>
>
> Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
>
> MD5: c73abd5c2243efab2b50f942eb5f3a60
>
> SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
>
> SHA512:
> 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f8820364401841c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
>
>
> Release artifacts are signed with the key. The KEYS file is available here:
>
> https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
>
>
>
> Java Binaries
>
> Java binaries have been published to Maven's staging repository, and are
> available here:
>
>
> https://repository.apache.org/content/repositories/orgapachereef-1001/org/apache/reef/
>
> .Net Nuget
> You can find all .Net Nugets from the link below
>
> Reef.11.0NuGetPackages
> (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.11.0NuGetPackages>)
>
>
>
> Issues Resolved:
>
> 147 issues were closed/resolved for this release:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20REEF%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%20(Fixed%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=150
>
>
>
> The vote will be open for 72 hours. Please download the release candidate,
> check the hashes/signature, build it and test it, and then please vote:
>
>
>
> [ ] +1 Release this package as Apache REEF 0.11.0-incubating
>
> [ ] +0 no opinion
>
> [ ] -1 Do not release this package because ...
>
>
>
> Thanks,
>
> Julia
>
>
>
>

RE: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by "Julia Wang (QIUHE)" <Qi...@microsoft.com>.
Since it takes quite some  time to create and upload maven artifacts on staging server, discussed with Markus, I would like to separate the vote for source code from maven artifacts. Once source code passed all the tests, I can then safely generate maven artifacts and NuGet from it. 

 I will send separate email for source code vote. 

At the meantime, if you find any issues on git 0.11 branch or rc2 tar file from https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-incubating/, let me know. 

Thanks,
Julia

-----Original Message-----
From: Brian Cho [mailto:chobrian@gmail.com] 
Sent: Thursday, April 30, 2015 6:28 PM
To: dev@reef.incubator.apache.org
Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Hi Julia,

I did Mesos tests from the git 0.11.0 branch. I'll do that again and let you know. Afterward, I'll also do the standard packaging checks, etc. for releases.

Thanks,
Brian


On Fri, May 1, 2015 at 10:03 AM, Julia Wang (QIUHE) < Qiuhe.Wang@microsoft.com> wrote:

> Hi Brain,
>
> You can try the code in branch-0.11.0-incubating.
>
> Source is pushed to
> https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-incub
> ating/ named as rc2.  You can also load from there.
>
> Where did you get code to test last time?
>
> Thanks,
> Julia
>
> -----Original Message-----
> From: Brian Cho [mailto:chobrian@gmail.com]
> Sent: Thursday, April 30, 2015 4:38 PM
> To: dev@reef.incubator.apache.org
> Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>
> Sure, let me know if you have a branch, tag, etc. to run Mesos tests on.
>
> -Brian
>
> On Fri, May 1, 2015 at 8:34 AM, Julia Wang (QIUHE) < 
> Qiuhe.Wang@microsoft.com
> > wrote:
>
> > Thanks!
> >
> > Any way you can do more tests so that I can resolve all issues found 
> > at once?
> >
> > -----Original Message-----
> > From: Brian Cho [mailto:chobrian@gmail.com]
> > Sent: Thursday, April 30, 2015 4:33 PM
> > To: dev@reef.incubator.apache.org
> > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> >
> > Yes, that's the change :) -Brian
> >
> > On Fri, May 1, 2015 at 8:31 AM, Julia Wang (QIUHE) < 
> > Qiuhe.Wang@microsoft.com
> > > wrote:
> >
> > > Can you double confirm REEF-293 has only one line change?
> > >
> > > In REEFScheduler.java
> > > .setVirtualCores(resourceRequestProto.getVirtualCores().get())
> > >
> > > Thanks,
> > > Julia
> > >
> > > -----Original Message-----
> > > From: Brian Cho [mailto:chobrian@gmail.com]
> > > Sent: Thursday, April 30, 2015 4:23 PM
> > > To: dev@reef.incubator.apache.org
> > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> > >
> > > Yes, the test passes on the current master. It should also be ok 
> > > to cherry-pick REEF-293.
> > >
> > > Thanks,
> > > Brian
> > >
> > > On Fri, May 1, 2015 at 8:08 AM, Julia Wang (QIUHE) < 
> > > Qiuhe.Wang@microsoft.com
> > > > wrote:
> > >
> > > > Is the test passed in the current master? I can then cut it now.
> > > > Or I can only pick up REEF-293.
> > > >
> > > > -----Original Message-----
> > > > From: Brian Cho [mailto:chobrian@gmail.com]
> > > > Sent: Thursday, April 30, 2015 3:56 PM
> > > > To: dev@reef.incubator.apache.org
> > > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> > > >
> > > > -1.
> > > >
> > > > The Mesos tests (bin/runmesostests.sh) fail. This can be 
> > > > remedied by backporting REEF-293.
> > > >
> > > > Sorry Julia. Knowing that cutting a new RC isn't exactly 
> > > > trivial, I really hate to do this. My apologies for finding that problem late.
> > > >
> > > > - Brian
> > > >
> > > > On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) < 
> > > > Qiuhe.Wang@microsoft.com
> > > > > wrote:
> > > >
> > > > > This is to call for a vote for the source release of Apache 
> > > > > REEF 0.11.0-incubating (rc1).
> > > > >
> > > > > Source:
> > > > > The source tarball, including signatures, digests, etc can be 
> > > > > found
> > at:
> > > > >
> > > > > https://dist.apache.org/repos/dist/release/incubator/reef/0.11
> > > > > .0
> > > > > -i
> > > > > nc
> > > > > ub
> > > > > ating/
> > > > >
> > > > > The Git tag is release-0.11.0-incubating-rc1 The Git commit ID 
> > > > > is
> > > > > d76802b4ccd714877742104cf111ee99492fbb16
> > > > >
> > > > >
> > > > > Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
> > > > >
> > > > > MD5: c73abd5c2243efab2b50f942eb5f3a60
> > > > >
> > > > > SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
> > > > >
> > > > > SHA512:
> > > > > 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f8820
> > > > > 36
> > > > > 44
> > > > > 01
> > > > > 84
> > > > > 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
> > > > >
> > > > >
> > > > > Release artifacts are signed with the key. The KEYS file is 
> > > > > available
> > > > here:
> > > > >
> > > > > https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
> > > > >
> > > > >
> > > > >
> > > > > Java Binaries
> > > > >
> > > > > Java binaries have been published to Maven's staging 
> > > > > repository, and are available here:
> > > > >
> > > > >
> > > > > https://repository.apache.org/content/repositories/orgapachere
> > > > > ef
> > > > > -1
> > > > > 00
> > > > > 1/
> > > > > org/apache/reef/
> > > > >
> > > > > .Net Nuget
> > > > > You can find all .Net Nugets from the link below
> > > > >
> > > > > Reef.11.0NuGetPackages
> > > > > (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.
> > > > > 11
> > > > > .0
> > > > > Nu
> > > > > Ge
> > > > > tPackages>)
> > > > >
> > > > >
> > > > >
> > > > > Issues Resolved:
> > > > >
> > > > > 147 issues were closed/resolved for this release:
> > > > >
> > > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20REE
> > > > > F%
> > > > > 20
> > > > > AN
> > > > > D%
> > > > > 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in
> > > > > %2
> > > > > 0(
> > > > > Fi
> > > > > xe
> > > > > d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=15
> > > > > 0
> > > > >
> > > > >
> > > > >
> > > > > The vote will be open for 72 hours. Please download the 
> > > > > release candidate, check the hashes/signature, build it and 
> > > > > test it, and then
> > > > please vote:
> > > > >
> > > > >
> > > > >
> > > > > [ ] +1 Release this package as Apache REEF 0.11.0-incubating
> > > > >
> > > > > [ ] +0 no opinion
> > > > >
> > > > > [ ] -1 Do not release this package because ...
> > > > >
> > > > >
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Julia
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>

RE: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by "Julia Wang (QIUHE)" <Qi...@microsoft.com>.
Thnaks!

-----Original Message-----
From: Brian Cho [mailto:chobrian@gmail.com] 
Sent: Thursday, April 30, 2015 6:54 PM
To: dev@reef.incubator.apache.org
Cc: dev@reef.incubator.apache.org
Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Julia, the Mesos tests pass on the current branch.




- Brian

On Fri, May 1, 2015 at 10:45 AM, Byung-Gon Chun <bg...@gmail.com> wrote:

> Julia,
> Can you cancel this R1 vote (by sending an email about [CANCEL]...)and 
> issue a new vote for R2? You can find this information from the Apache 
> incubator page.
> Thanks.
> -Gon
> On Fri, May 1, 2015 at 10:27 AM, Brian Cho <ch...@gmail.com> wrote:
>> Hi Julia,
>>
>> I did Mesos tests from the git 0.11.0 branch. I'll do that again and 
>> let you know. Afterward, I'll also do the standard packaging checks, 
>> etc. for releases.
>>
>> Thanks,
>> Brian
>>
>>
>> On Fri, May 1, 2015 at 10:03 AM, Julia Wang (QIUHE) < 
>> Qiuhe.Wang@microsoft.com> wrote:
>>
>> > Hi Brain,
>> >
>> > You can try the code in branch-0.11.0-incubating.
>> >
>> > Source is pushed to
>> >
>> https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-incu
>> bating/
>> > named as rc2.  You can also load from there.
>> >
>> > Where did you get code to test last time?
>> >
>> > Thanks,
>> > Julia
>> >
>> > -----Original Message-----
>> > From: Brian Cho [mailto:chobrian@gmail.com]
>> > Sent: Thursday, April 30, 2015 4:38 PM
>> > To: dev@reef.incubator.apache.org
>> > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>> >
>> > Sure, let me know if you have a branch, tag, etc. to run Mesos tests on.
>> >
>> > -Brian
>> >
>> > On Fri, May 1, 2015 at 8:34 AM, Julia Wang (QIUHE) < 
>> > Qiuhe.Wang@microsoft.com
>> > > wrote:
>> >
>> > > Thanks!
>> > >
>> > > Any way you can do more tests so that I can resolve all issues 
>> > > found at once?
>> > >
>> > > -----Original Message-----
>> > > From: Brian Cho [mailto:chobrian@gmail.com]
>> > > Sent: Thursday, April 30, 2015 4:33 PM
>> > > To: dev@reef.incubator.apache.org
>> > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>> > >
>> > > Yes, that's the change :) -Brian
>> > >
>> > > On Fri, May 1, 2015 at 8:31 AM, Julia Wang (QIUHE) < 
>> > > Qiuhe.Wang@microsoft.com
>> > > > wrote:
>> > >
>> > > > Can you double confirm REEF-293 has only one line change?
>> > > >
>> > > > In REEFScheduler.java
>> > > > .setVirtualCores(resourceRequestProto.getVirtualCores().get())
>> > > >
>> > > > Thanks,
>> > > > Julia
>> > > >
>> > > > -----Original Message-----
>> > > > From: Brian Cho [mailto:chobrian@gmail.com]
>> > > > Sent: Thursday, April 30, 2015 4:23 PM
>> > > > To: dev@reef.incubator.apache.org
>> > > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>> > > >
>> > > > Yes, the test passes on the current master. It should also be 
>> > > > ok to cherry-pick REEF-293.
>> > > >
>> > > > Thanks,
>> > > > Brian
>> > > >
>> > > > On Fri, May 1, 2015 at 8:08 AM, Julia Wang (QIUHE) < 
>> > > > Qiuhe.Wang@microsoft.com
>> > > > > wrote:
>> > > >
>> > > > > Is the test passed in the current master? I can then cut it now.
>> > > > > Or I can only pick up REEF-293.
>> > > > >
>> > > > > -----Original Message-----
>> > > > > From: Brian Cho [mailto:chobrian@gmail.com]
>> > > > > Sent: Thursday, April 30, 2015 3:56 PM
>> > > > > To: dev@reef.incubator.apache.org
>> > > > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating 
>> > > > > (rc1)
>> > > > >
>> > > > > -1.
>> > > > >
>> > > > > The Mesos tests (bin/runmesostests.sh) fail. This can be 
>> > > > > remedied by backporting REEF-293.
>> > > > >
>> > > > > Sorry Julia. Knowing that cutting a new RC isn't exactly 
>> > > > > trivial, I really hate to do this. My apologies for finding 
>> > > > > that problem
>> late.
>> > > > >
>> > > > > - Brian
>> > > > >
>> > > > > On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) < 
>> > > > > Qiuhe.Wang@microsoft.com
>> > > > > > wrote:
>> > > > >
>> > > > > > This is to call for a vote for the source release of Apache 
>> > > > > > REEF 0.11.0-incubating (rc1).
>> > > > > >
>> > > > > > Source:
>> > > > > > The source tarball, including signatures, digests, etc can 
>> > > > > > be found
>> > > at:
>> > > > > >
>> > > > > > https://dist.apache.org/repos/dist/release/incubator/reef/0
>> > > > > > .11.0
>> > > > > > -i
>> > > > > > nc
>> > > > > > ub
>> > > > > > ating/
>> > > > > >
>> > > > > > The Git tag is release-0.11.0-incubating-rc1 The Git commit 
>> > > > > > ID is
>> > > > > > d76802b4ccd714877742104cf111ee99492fbb16
>> > > > > >
>> > > > > >
>> > > > > > Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
>> > > > > >
>> > > > > > MD5: c73abd5c2243efab2b50f942eb5f3a60
>> > > > > >
>> > > > > > SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
>> > > > > >
>> > > > > > SHA512:
>> > > > > > 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f8
>> > > > > > 82036
>> > > > > > 44
>> > > > > > 01
>> > > > > > 84
>> > > > > > 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
>> > > > > >
>> > > > > >
>> > > > > > Release artifacts are signed with the key. The KEYS file is 
>> > > > > > available
>> > > > > here:
>> > > > > >
>> > > > > > https://dist.apache.org/repos/dist/release/incubator/reef/K
>> > > > > > EYS
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > Java Binaries
>> > > > > >
>> > > > > > Java binaries have been published to Maven's staging 
>> > > > > > repository, and are available here:
>> > > > > >
>> > > > > >
>> > > > > > https://repository.apache.org/content/repositories/orgapach
>> > > > > > ereef
>> > > > > > -1
>> > > > > > 00
>> > > > > > 1/
>> > > > > > org/apache/reef/
>> > > > > >
>> > > > > > .Net Nuget
>> > > > > > You can find all .Net Nugets from the link below
>> > > > > >
>> > > > > > Reef.11.0NuGetPackages
>> > > > > > (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Re
>> > > > > > ef.11
>> > > > > > .0
>> > > > > > Nu
>> > > > > > Ge
>> > > > > > tPackages>)
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > Issues Resolved:
>> > > > > >
>> > > > > > 147 issues were closed/resolved for this release:
>> > > > > >
>> > > > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20
>> > > > > > REEF%
>> > > > > > 20
>> > > > > > AN
>> > > > > > D%
>> > > > > > 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%2
>> > > > > > 0in%2
>> > > > > > 0(
>> > > > > > Fi
>> > > > > > xe
>> > > > > > d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex
>> > > > > > =150
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > The vote will be open for 72 hours. Please download the 
>> > > > > > release candidate, check the hashes/signature, build it and 
>> > > > > > test it, and then
>> > > > > please vote:
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > [ ] +1 Release this package as Apache REEF 
>> > > > > > 0.11.0-incubating
>> > > > > >
>> > > > > > [ ] +0 no opinion
>> > > > > >
>> > > > > > [ ] -1 Do not release this package because ...
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > Thanks,
>> > > > > >
>> > > > > > Julia
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
> --
> Byung-Gon Chun

Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by Brian Cho <ch...@gmail.com>.
Julia, the Mesos tests pass on the current branch.




- Brian

On Fri, May 1, 2015 at 10:45 AM, Byung-Gon Chun <bg...@gmail.com> wrote:

> Julia,
> Can you cancel this R1 vote (by sending an email about [CANCEL]...)and
> issue a new vote for R2? You can find this information from the Apache
> incubator page.
> Thanks.
> -Gon
> On Fri, May 1, 2015 at 10:27 AM, Brian Cho <ch...@gmail.com> wrote:
>> Hi Julia,
>>
>> I did Mesos tests from the git 0.11.0 branch. I'll do that again and let
>> you know. Afterward, I'll also do the standard packaging checks, etc. for
>> releases.
>>
>> Thanks,
>> Brian
>>
>>
>> On Fri, May 1, 2015 at 10:03 AM, Julia Wang (QIUHE) <
>> Qiuhe.Wang@microsoft.com> wrote:
>>
>> > Hi Brain,
>> >
>> > You can try the code in branch-0.11.0-incubating.
>> >
>> > Source is pushed to
>> >
>> https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-incubating/
>> > named as rc2.  You can also load from there.
>> >
>> > Where did you get code to test last time?
>> >
>> > Thanks,
>> > Julia
>> >
>> > -----Original Message-----
>> > From: Brian Cho [mailto:chobrian@gmail.com]
>> > Sent: Thursday, April 30, 2015 4:38 PM
>> > To: dev@reef.incubator.apache.org
>> > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>> >
>> > Sure, let me know if you have a branch, tag, etc. to run Mesos tests on.
>> >
>> > -Brian
>> >
>> > On Fri, May 1, 2015 at 8:34 AM, Julia Wang (QIUHE) <
>> > Qiuhe.Wang@microsoft.com
>> > > wrote:
>> >
>> > > Thanks!
>> > >
>> > > Any way you can do more tests so that I can resolve all issues found
>> > > at once?
>> > >
>> > > -----Original Message-----
>> > > From: Brian Cho [mailto:chobrian@gmail.com]
>> > > Sent: Thursday, April 30, 2015 4:33 PM
>> > > To: dev@reef.incubator.apache.org
>> > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>> > >
>> > > Yes, that's the change :) -Brian
>> > >
>> > > On Fri, May 1, 2015 at 8:31 AM, Julia Wang (QIUHE) <
>> > > Qiuhe.Wang@microsoft.com
>> > > > wrote:
>> > >
>> > > > Can you double confirm REEF-293 has only one line change?
>> > > >
>> > > > In REEFScheduler.java
>> > > > .setVirtualCores(resourceRequestProto.getVirtualCores().get())
>> > > >
>> > > > Thanks,
>> > > > Julia
>> > > >
>> > > > -----Original Message-----
>> > > > From: Brian Cho [mailto:chobrian@gmail.com]
>> > > > Sent: Thursday, April 30, 2015 4:23 PM
>> > > > To: dev@reef.incubator.apache.org
>> > > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>> > > >
>> > > > Yes, the test passes on the current master. It should also be ok to
>> > > > cherry-pick REEF-293.
>> > > >
>> > > > Thanks,
>> > > > Brian
>> > > >
>> > > > On Fri, May 1, 2015 at 8:08 AM, Julia Wang (QIUHE) <
>> > > > Qiuhe.Wang@microsoft.com
>> > > > > wrote:
>> > > >
>> > > > > Is the test passed in the current master? I can then cut it now.
>> > > > > Or I can only pick up REEF-293.
>> > > > >
>> > > > > -----Original Message-----
>> > > > > From: Brian Cho [mailto:chobrian@gmail.com]
>> > > > > Sent: Thursday, April 30, 2015 3:56 PM
>> > > > > To: dev@reef.incubator.apache.org
>> > > > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>> > > > >
>> > > > > -1.
>> > > > >
>> > > > > The Mesos tests (bin/runmesostests.sh) fail. This can be remedied
>> > > > > by backporting REEF-293.
>> > > > >
>> > > > > Sorry Julia. Knowing that cutting a new RC isn't exactly trivial,
>> > > > > I really hate to do this. My apologies for finding that problem
>> late.
>> > > > >
>> > > > > - Brian
>> > > > >
>> > > > > On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) <
>> > > > > Qiuhe.Wang@microsoft.com
>> > > > > > wrote:
>> > > > >
>> > > > > > This is to call for a vote for the source release of Apache REEF
>> > > > > > 0.11.0-incubating (rc1).
>> > > > > >
>> > > > > > Source:
>> > > > > > The source tarball, including signatures, digests, etc can be
>> > > > > > found
>> > > at:
>> > > > > >
>> > > > > > https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0
>> > > > > > -i
>> > > > > > nc
>> > > > > > ub
>> > > > > > ating/
>> > > > > >
>> > > > > > The Git tag is release-0.11.0-incubating-rc1 The Git commit ID
>> > > > > > is
>> > > > > > d76802b4ccd714877742104cf111ee99492fbb16
>> > > > > >
>> > > > > >
>> > > > > > Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
>> > > > > >
>> > > > > > MD5: c73abd5c2243efab2b50f942eb5f3a60
>> > > > > >
>> > > > > > SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
>> > > > > >
>> > > > > > SHA512:
>> > > > > > 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f882036
>> > > > > > 44
>> > > > > > 01
>> > > > > > 84
>> > > > > > 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
>> > > > > >
>> > > > > >
>> > > > > > Release artifacts are signed with the key. The KEYS file is
>> > > > > > available
>> > > > > here:
>> > > > > >
>> > > > > > https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > Java Binaries
>> > > > > >
>> > > > > > Java binaries have been published to Maven's staging repository,
>> > > > > > and are available here:
>> > > > > >
>> > > > > >
>> > > > > > https://repository.apache.org/content/repositories/orgapachereef
>> > > > > > -1
>> > > > > > 00
>> > > > > > 1/
>> > > > > > org/apache/reef/
>> > > > > >
>> > > > > > .Net Nuget
>> > > > > > You can find all .Net Nugets from the link below
>> > > > > >
>> > > > > > Reef.11.0NuGetPackages
>> > > > > > (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.11
>> > > > > > .0
>> > > > > > Nu
>> > > > > > Ge
>> > > > > > tPackages>)
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > Issues Resolved:
>> > > > > >
>> > > > > > 147 issues were closed/resolved for this release:
>> > > > > >
>> > > > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20REEF%
>> > > > > > 20
>> > > > > > AN
>> > > > > > D%
>> > > > > > 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%2
>> > > > > > 0(
>> > > > > > Fi
>> > > > > > xe
>> > > > > > d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=150
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > The vote will be open for 72 hours. Please download the release
>> > > > > > candidate, check the hashes/signature, build it and test it, and
>> > > > > > then
>> > > > > please vote:
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > [ ] +1 Release this package as Apache REEF 0.11.0-incubating
>> > > > > >
>> > > > > > [ ] +0 no opinion
>> > > > > >
>> > > > > > [ ] -1 Do not release this package because ...
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > Thanks,
>> > > > > >
>> > > > > > Julia
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
> -- 
> Byung-Gon Chun

Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by Byung-Gon Chun <bg...@gmail.com>.
Julia,

Can you cancel this R1 vote (by sending an email about [CANCEL]...)and
issue a new vote for R2? You can find this information from the Apache
incubator page.

Thanks.
-Gon



On Fri, May 1, 2015 at 10:27 AM, Brian Cho <ch...@gmail.com> wrote:

> Hi Julia,
>
> I did Mesos tests from the git 0.11.0 branch. I'll do that again and let
> you know. Afterward, I'll also do the standard packaging checks, etc. for
> releases.
>
> Thanks,
> Brian
>
>
> On Fri, May 1, 2015 at 10:03 AM, Julia Wang (QIUHE) <
> Qiuhe.Wang@microsoft.com> wrote:
>
> > Hi Brain,
> >
> > You can try the code in branch-0.11.0-incubating.
> >
> > Source is pushed to
> >
> https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-incubating/
> > named as rc2.  You can also load from there.
> >
> > Where did you get code to test last time?
> >
> > Thanks,
> > Julia
> >
> > -----Original Message-----
> > From: Brian Cho [mailto:chobrian@gmail.com]
> > Sent: Thursday, April 30, 2015 4:38 PM
> > To: dev@reef.incubator.apache.org
> > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> >
> > Sure, let me know if you have a branch, tag, etc. to run Mesos tests on.
> >
> > -Brian
> >
> > On Fri, May 1, 2015 at 8:34 AM, Julia Wang (QIUHE) <
> > Qiuhe.Wang@microsoft.com
> > > wrote:
> >
> > > Thanks!
> > >
> > > Any way you can do more tests so that I can resolve all issues found
> > > at once?
> > >
> > > -----Original Message-----
> > > From: Brian Cho [mailto:chobrian@gmail.com]
> > > Sent: Thursday, April 30, 2015 4:33 PM
> > > To: dev@reef.incubator.apache.org
> > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> > >
> > > Yes, that's the change :) -Brian
> > >
> > > On Fri, May 1, 2015 at 8:31 AM, Julia Wang (QIUHE) <
> > > Qiuhe.Wang@microsoft.com
> > > > wrote:
> > >
> > > > Can you double confirm REEF-293 has only one line change?
> > > >
> > > > In REEFScheduler.java
> > > > .setVirtualCores(resourceRequestProto.getVirtualCores().get())
> > > >
> > > > Thanks,
> > > > Julia
> > > >
> > > > -----Original Message-----
> > > > From: Brian Cho [mailto:chobrian@gmail.com]
> > > > Sent: Thursday, April 30, 2015 4:23 PM
> > > > To: dev@reef.incubator.apache.org
> > > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> > > >
> > > > Yes, the test passes on the current master. It should also be ok to
> > > > cherry-pick REEF-293.
> > > >
> > > > Thanks,
> > > > Brian
> > > >
> > > > On Fri, May 1, 2015 at 8:08 AM, Julia Wang (QIUHE) <
> > > > Qiuhe.Wang@microsoft.com
> > > > > wrote:
> > > >
> > > > > Is the test passed in the current master? I can then cut it now.
> > > > > Or I can only pick up REEF-293.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Brian Cho [mailto:chobrian@gmail.com]
> > > > > Sent: Thursday, April 30, 2015 3:56 PM
> > > > > To: dev@reef.incubator.apache.org
> > > > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> > > > >
> > > > > -1.
> > > > >
> > > > > The Mesos tests (bin/runmesostests.sh) fail. This can be remedied
> > > > > by backporting REEF-293.
> > > > >
> > > > > Sorry Julia. Knowing that cutting a new RC isn't exactly trivial,
> > > > > I really hate to do this. My apologies for finding that problem
> late.
> > > > >
> > > > > - Brian
> > > > >
> > > > > On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) <
> > > > > Qiuhe.Wang@microsoft.com
> > > > > > wrote:
> > > > >
> > > > > > This is to call for a vote for the source release of Apache REEF
> > > > > > 0.11.0-incubating (rc1).
> > > > > >
> > > > > > Source:
> > > > > > The source tarball, including signatures, digests, etc can be
> > > > > > found
> > > at:
> > > > > >
> > > > > > https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0
> > > > > > -i
> > > > > > nc
> > > > > > ub
> > > > > > ating/
> > > > > >
> > > > > > The Git tag is release-0.11.0-incubating-rc1 The Git commit ID
> > > > > > is
> > > > > > d76802b4ccd714877742104cf111ee99492fbb16
> > > > > >
> > > > > >
> > > > > > Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
> > > > > >
> > > > > > MD5: c73abd5c2243efab2b50f942eb5f3a60
> > > > > >
> > > > > > SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
> > > > > >
> > > > > > SHA512:
> > > > > > 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f882036
> > > > > > 44
> > > > > > 01
> > > > > > 84
> > > > > > 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
> > > > > >
> > > > > >
> > > > > > Release artifacts are signed with the key. The KEYS file is
> > > > > > available
> > > > > here:
> > > > > >
> > > > > > https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
> > > > > >
> > > > > >
> > > > > >
> > > > > > Java Binaries
> > > > > >
> > > > > > Java binaries have been published to Maven's staging repository,
> > > > > > and are available here:
> > > > > >
> > > > > >
> > > > > > https://repository.apache.org/content/repositories/orgapachereef
> > > > > > -1
> > > > > > 00
> > > > > > 1/
> > > > > > org/apache/reef/
> > > > > >
> > > > > > .Net Nuget
> > > > > > You can find all .Net Nugets from the link below
> > > > > >
> > > > > > Reef.11.0NuGetPackages
> > > > > > (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.11
> > > > > > .0
> > > > > > Nu
> > > > > > Ge
> > > > > > tPackages>)
> > > > > >
> > > > > >
> > > > > >
> > > > > > Issues Resolved:
> > > > > >
> > > > > > 147 issues were closed/resolved for this release:
> > > > > >
> > > > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20REEF%
> > > > > > 20
> > > > > > AN
> > > > > > D%
> > > > > > 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%2
> > > > > > 0(
> > > > > > Fi
> > > > > > xe
> > > > > > d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=150
> > > > > >
> > > > > >
> > > > > >
> > > > > > The vote will be open for 72 hours. Please download the release
> > > > > > candidate, check the hashes/signature, build it and test it, and
> > > > > > then
> > > > > please vote:
> > > > > >
> > > > > >
> > > > > >
> > > > > > [ ] +1 Release this package as Apache REEF 0.11.0-incubating
> > > > > >
> > > > > > [ ] +0 no opinion
> > > > > >
> > > > > > [ ] -1 Do not release this package because ...
> > > > > >
> > > > > >
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > Julia
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>



-- 
Byung-Gon Chun

Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by Brian Cho <ch...@gmail.com>.
Hi Julia,

I did Mesos tests from the git 0.11.0 branch. I'll do that again and let
you know. Afterward, I'll also do the standard packaging checks, etc. for
releases.

Thanks,
Brian


On Fri, May 1, 2015 at 10:03 AM, Julia Wang (QIUHE) <
Qiuhe.Wang@microsoft.com> wrote:

> Hi Brain,
>
> You can try the code in branch-0.11.0-incubating.
>
> Source is pushed to
> https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-incubating/
> named as rc2.  You can also load from there.
>
> Where did you get code to test last time?
>
> Thanks,
> Julia
>
> -----Original Message-----
> From: Brian Cho [mailto:chobrian@gmail.com]
> Sent: Thursday, April 30, 2015 4:38 PM
> To: dev@reef.incubator.apache.org
> Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>
> Sure, let me know if you have a branch, tag, etc. to run Mesos tests on.
>
> -Brian
>
> On Fri, May 1, 2015 at 8:34 AM, Julia Wang (QIUHE) <
> Qiuhe.Wang@microsoft.com
> > wrote:
>
> > Thanks!
> >
> > Any way you can do more tests so that I can resolve all issues found
> > at once?
> >
> > -----Original Message-----
> > From: Brian Cho [mailto:chobrian@gmail.com]
> > Sent: Thursday, April 30, 2015 4:33 PM
> > To: dev@reef.incubator.apache.org
> > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> >
> > Yes, that's the change :) -Brian
> >
> > On Fri, May 1, 2015 at 8:31 AM, Julia Wang (QIUHE) <
> > Qiuhe.Wang@microsoft.com
> > > wrote:
> >
> > > Can you double confirm REEF-293 has only one line change?
> > >
> > > In REEFScheduler.java
> > > .setVirtualCores(resourceRequestProto.getVirtualCores().get())
> > >
> > > Thanks,
> > > Julia
> > >
> > > -----Original Message-----
> > > From: Brian Cho [mailto:chobrian@gmail.com]
> > > Sent: Thursday, April 30, 2015 4:23 PM
> > > To: dev@reef.incubator.apache.org
> > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> > >
> > > Yes, the test passes on the current master. It should also be ok to
> > > cherry-pick REEF-293.
> > >
> > > Thanks,
> > > Brian
> > >
> > > On Fri, May 1, 2015 at 8:08 AM, Julia Wang (QIUHE) <
> > > Qiuhe.Wang@microsoft.com
> > > > wrote:
> > >
> > > > Is the test passed in the current master? I can then cut it now.
> > > > Or I can only pick up REEF-293.
> > > >
> > > > -----Original Message-----
> > > > From: Brian Cho [mailto:chobrian@gmail.com]
> > > > Sent: Thursday, April 30, 2015 3:56 PM
> > > > To: dev@reef.incubator.apache.org
> > > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> > > >
> > > > -1.
> > > >
> > > > The Mesos tests (bin/runmesostests.sh) fail. This can be remedied
> > > > by backporting REEF-293.
> > > >
> > > > Sorry Julia. Knowing that cutting a new RC isn't exactly trivial,
> > > > I really hate to do this. My apologies for finding that problem late.
> > > >
> > > > - Brian
> > > >
> > > > On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) <
> > > > Qiuhe.Wang@microsoft.com
> > > > > wrote:
> > > >
> > > > > This is to call for a vote for the source release of Apache REEF
> > > > > 0.11.0-incubating (rc1).
> > > > >
> > > > > Source:
> > > > > The source tarball, including signatures, digests, etc can be
> > > > > found
> > at:
> > > > >
> > > > > https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0
> > > > > -i
> > > > > nc
> > > > > ub
> > > > > ating/
> > > > >
> > > > > The Git tag is release-0.11.0-incubating-rc1 The Git commit ID
> > > > > is
> > > > > d76802b4ccd714877742104cf111ee99492fbb16
> > > > >
> > > > >
> > > > > Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
> > > > >
> > > > > MD5: c73abd5c2243efab2b50f942eb5f3a60
> > > > >
> > > > > SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
> > > > >
> > > > > SHA512:
> > > > > 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f882036
> > > > > 44
> > > > > 01
> > > > > 84
> > > > > 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
> > > > >
> > > > >
> > > > > Release artifacts are signed with the key. The KEYS file is
> > > > > available
> > > > here:
> > > > >
> > > > > https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
> > > > >
> > > > >
> > > > >
> > > > > Java Binaries
> > > > >
> > > > > Java binaries have been published to Maven's staging repository,
> > > > > and are available here:
> > > > >
> > > > >
> > > > > https://repository.apache.org/content/repositories/orgapachereef
> > > > > -1
> > > > > 00
> > > > > 1/
> > > > > org/apache/reef/
> > > > >
> > > > > .Net Nuget
> > > > > You can find all .Net Nugets from the link below
> > > > >
> > > > > Reef.11.0NuGetPackages
> > > > > (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.11
> > > > > .0
> > > > > Nu
> > > > > Ge
> > > > > tPackages>)
> > > > >
> > > > >
> > > > >
> > > > > Issues Resolved:
> > > > >
> > > > > 147 issues were closed/resolved for this release:
> > > > >
> > > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20REEF%
> > > > > 20
> > > > > AN
> > > > > D%
> > > > > 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%2
> > > > > 0(
> > > > > Fi
> > > > > xe
> > > > > d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=150
> > > > >
> > > > >
> > > > >
> > > > > The vote will be open for 72 hours. Please download the release
> > > > > candidate, check the hashes/signature, build it and test it, and
> > > > > then
> > > > please vote:
> > > > >
> > > > >
> > > > >
> > > > > [ ] +1 Release this package as Apache REEF 0.11.0-incubating
> > > > >
> > > > > [ ] +0 no opinion
> > > > >
> > > > > [ ] -1 Do not release this package because ...
> > > > >
> > > > >
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Julia
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>

RE: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by "Julia Wang (QIUHE)" <Qi...@microsoft.com>.
Hi Brain,

You can try the code in branch-0.11.0-incubating. 

Source is pushed to https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-incubating/ named as rc2.  You can also load from there. 

Where did you get code to test last time? 

Thanks,
Julia

-----Original Message-----
From: Brian Cho [mailto:chobrian@gmail.com] 
Sent: Thursday, April 30, 2015 4:38 PM
To: dev@reef.incubator.apache.org
Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Sure, let me know if you have a branch, tag, etc. to run Mesos tests on.

-Brian

On Fri, May 1, 2015 at 8:34 AM, Julia Wang (QIUHE) <Qiuhe.Wang@microsoft.com
> wrote:

> Thanks!
>
> Any way you can do more tests so that I can resolve all issues found 
> at once?
>
> -----Original Message-----
> From: Brian Cho [mailto:chobrian@gmail.com]
> Sent: Thursday, April 30, 2015 4:33 PM
> To: dev@reef.incubator.apache.org
> Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>
> Yes, that's the change :) -Brian
>
> On Fri, May 1, 2015 at 8:31 AM, Julia Wang (QIUHE) < 
> Qiuhe.Wang@microsoft.com
> > wrote:
>
> > Can you double confirm REEF-293 has only one line change?
> >
> > In REEFScheduler.java
> > .setVirtualCores(resourceRequestProto.getVirtualCores().get())
> >
> > Thanks,
> > Julia
> >
> > -----Original Message-----
> > From: Brian Cho [mailto:chobrian@gmail.com]
> > Sent: Thursday, April 30, 2015 4:23 PM
> > To: dev@reef.incubator.apache.org
> > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> >
> > Yes, the test passes on the current master. It should also be ok to 
> > cherry-pick REEF-293.
> >
> > Thanks,
> > Brian
> >
> > On Fri, May 1, 2015 at 8:08 AM, Julia Wang (QIUHE) < 
> > Qiuhe.Wang@microsoft.com
> > > wrote:
> >
> > > Is the test passed in the current master? I can then cut it now.  
> > > Or I can only pick up REEF-293.
> > >
> > > -----Original Message-----
> > > From: Brian Cho [mailto:chobrian@gmail.com]
> > > Sent: Thursday, April 30, 2015 3:56 PM
> > > To: dev@reef.incubator.apache.org
> > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> > >
> > > -1.
> > >
> > > The Mesos tests (bin/runmesostests.sh) fail. This can be remedied 
> > > by backporting REEF-293.
> > >
> > > Sorry Julia. Knowing that cutting a new RC isn't exactly trivial, 
> > > I really hate to do this. My apologies for finding that problem late.
> > >
> > > - Brian
> > >
> > > On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) < 
> > > Qiuhe.Wang@microsoft.com
> > > > wrote:
> > >
> > > > This is to call for a vote for the source release of Apache REEF 
> > > > 0.11.0-incubating (rc1).
> > > >
> > > > Source:
> > > > The source tarball, including signatures, digests, etc can be 
> > > > found
> at:
> > > >
> > > > https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0
> > > > -i
> > > > nc
> > > > ub
> > > > ating/
> > > >
> > > > The Git tag is release-0.11.0-incubating-rc1 The Git commit ID 
> > > > is
> > > > d76802b4ccd714877742104cf111ee99492fbb16
> > > >
> > > >
> > > > Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
> > > >
> > > > MD5: c73abd5c2243efab2b50f942eb5f3a60
> > > >
> > > > SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
> > > >
> > > > SHA512:
> > > > 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f882036
> > > > 44
> > > > 01
> > > > 84
> > > > 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
> > > >
> > > >
> > > > Release artifacts are signed with the key. The KEYS file is 
> > > > available
> > > here:
> > > >
> > > > https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
> > > >
> > > >
> > > >
> > > > Java Binaries
> > > >
> > > > Java binaries have been published to Maven's staging repository, 
> > > > and are available here:
> > > >
> > > >
> > > > https://repository.apache.org/content/repositories/orgapachereef
> > > > -1
> > > > 00
> > > > 1/
> > > > org/apache/reef/
> > > >
> > > > .Net Nuget
> > > > You can find all .Net Nugets from the link below
> > > >
> > > > Reef.11.0NuGetPackages
> > > > (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.11
> > > > .0
> > > > Nu
> > > > Ge
> > > > tPackages>)
> > > >
> > > >
> > > >
> > > > Issues Resolved:
> > > >
> > > > 147 issues were closed/resolved for this release:
> > > >
> > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20REEF%
> > > > 20
> > > > AN
> > > > D%
> > > > 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%2
> > > > 0(
> > > > Fi
> > > > xe
> > > > d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=150
> > > >
> > > >
> > > >
> > > > The vote will be open for 72 hours. Please download the release 
> > > > candidate, check the hashes/signature, build it and test it, and 
> > > > then
> > > please vote:
> > > >
> > > >
> > > >
> > > > [ ] +1 Release this package as Apache REEF 0.11.0-incubating
> > > >
> > > > [ ] +0 no opinion
> > > >
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > >
> > > >
> > > > Thanks,
> > > >
> > > > Julia
> > > >
> > > >
> > > >
> > > >
> > >
> >
>

Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by Brian Cho <ch...@gmail.com>.
Sure, let me know if you have a branch, tag, etc. to run Mesos tests on.

-Brian

On Fri, May 1, 2015 at 8:34 AM, Julia Wang (QIUHE) <Qiuhe.Wang@microsoft.com
> wrote:

> Thanks!
>
> Any way you can do more tests so that I can resolve all issues found at
> once?
>
> -----Original Message-----
> From: Brian Cho [mailto:chobrian@gmail.com]
> Sent: Thursday, April 30, 2015 4:33 PM
> To: dev@reef.incubator.apache.org
> Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>
> Yes, that's the change :) -Brian
>
> On Fri, May 1, 2015 at 8:31 AM, Julia Wang (QIUHE) <
> Qiuhe.Wang@microsoft.com
> > wrote:
>
> > Can you double confirm REEF-293 has only one line change?
> >
> > In REEFScheduler.java
> > .setVirtualCores(resourceRequestProto.getVirtualCores().get())
> >
> > Thanks,
> > Julia
> >
> > -----Original Message-----
> > From: Brian Cho [mailto:chobrian@gmail.com]
> > Sent: Thursday, April 30, 2015 4:23 PM
> > To: dev@reef.incubator.apache.org
> > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> >
> > Yes, the test passes on the current master. It should also be ok to
> > cherry-pick REEF-293.
> >
> > Thanks,
> > Brian
> >
> > On Fri, May 1, 2015 at 8:08 AM, Julia Wang (QIUHE) <
> > Qiuhe.Wang@microsoft.com
> > > wrote:
> >
> > > Is the test passed in the current master? I can then cut it now.  Or
> > > I can only pick up REEF-293.
> > >
> > > -----Original Message-----
> > > From: Brian Cho [mailto:chobrian@gmail.com]
> > > Sent: Thursday, April 30, 2015 3:56 PM
> > > To: dev@reef.incubator.apache.org
> > > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> > >
> > > -1.
> > >
> > > The Mesos tests (bin/runmesostests.sh) fail. This can be remedied by
> > > backporting REEF-293.
> > >
> > > Sorry Julia. Knowing that cutting a new RC isn't exactly trivial, I
> > > really hate to do this. My apologies for finding that problem late.
> > >
> > > - Brian
> > >
> > > On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) <
> > > Qiuhe.Wang@microsoft.com
> > > > wrote:
> > >
> > > > This is to call for a vote for the source release of Apache REEF
> > > > 0.11.0-incubating (rc1).
> > > >
> > > > Source:
> > > > The source tarball, including signatures, digests, etc can be found
> at:
> > > >
> > > > https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-i
> > > > nc
> > > > ub
> > > > ating/
> > > >
> > > > The Git tag is release-0.11.0-incubating-rc1 The Git commit ID is
> > > > d76802b4ccd714877742104cf111ee99492fbb16
> > > >
> > > >
> > > > Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
> > > >
> > > > MD5: c73abd5c2243efab2b50f942eb5f3a60
> > > >
> > > > SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
> > > >
> > > > SHA512:
> > > > 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f88203644
> > > > 01
> > > > 84
> > > > 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
> > > >
> > > >
> > > > Release artifacts are signed with the key. The KEYS file is
> > > > available
> > > here:
> > > >
> > > > https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
> > > >
> > > >
> > > >
> > > > Java Binaries
> > > >
> > > > Java binaries have been published to Maven's staging repository,
> > > > and are available here:
> > > >
> > > >
> > > > https://repository.apache.org/content/repositories/orgapachereef-1
> > > > 00
> > > > 1/
> > > > org/apache/reef/
> > > >
> > > > .Net Nuget
> > > > You can find all .Net Nugets from the link below
> > > >
> > > > Reef.11.0NuGetPackages
> > > > (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.11.0
> > > > Nu
> > > > Ge
> > > > tPackages>)
> > > >
> > > >
> > > >
> > > > Issues Resolved:
> > > >
> > > > 147 issues were closed/resolved for this release:
> > > >
> > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20REEF%20
> > > > AN
> > > > D%
> > > > 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%20(
> > > > Fi
> > > > xe
> > > > d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=150
> > > >
> > > >
> > > >
> > > > The vote will be open for 72 hours. Please download the release
> > > > candidate, check the hashes/signature, build it and test it, and
> > > > then
> > > please vote:
> > > >
> > > >
> > > >
> > > > [ ] +1 Release this package as Apache REEF 0.11.0-incubating
> > > >
> > > > [ ] +0 no opinion
> > > >
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > >
> > > >
> > > > Thanks,
> > > >
> > > > Julia
> > > >
> > > >
> > > >
> > > >
> > >
> >
>

RE: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by "Julia Wang (QIUHE)" <Qi...@microsoft.com>.
Thanks!

Any way you can do more tests so that I can resolve all issues found at once? 

-----Original Message-----
From: Brian Cho [mailto:chobrian@gmail.com] 
Sent: Thursday, April 30, 2015 4:33 PM
To: dev@reef.incubator.apache.org
Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Yes, that's the change :) -Brian

On Fri, May 1, 2015 at 8:31 AM, Julia Wang (QIUHE) <Qiuhe.Wang@microsoft.com
> wrote:

> Can you double confirm REEF-293 has only one line change?
>
> In REEFScheduler.java
> .setVirtualCores(resourceRequestProto.getVirtualCores().get())
>
> Thanks,
> Julia
>
> -----Original Message-----
> From: Brian Cho [mailto:chobrian@gmail.com]
> Sent: Thursday, April 30, 2015 4:23 PM
> To: dev@reef.incubator.apache.org
> Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>
> Yes, the test passes on the current master. It should also be ok to 
> cherry-pick REEF-293.
>
> Thanks,
> Brian
>
> On Fri, May 1, 2015 at 8:08 AM, Julia Wang (QIUHE) < 
> Qiuhe.Wang@microsoft.com
> > wrote:
>
> > Is the test passed in the current master? I can then cut it now.  Or 
> > I can only pick up REEF-293.
> >
> > -----Original Message-----
> > From: Brian Cho [mailto:chobrian@gmail.com]
> > Sent: Thursday, April 30, 2015 3:56 PM
> > To: dev@reef.incubator.apache.org
> > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> >
> > -1.
> >
> > The Mesos tests (bin/runmesostests.sh) fail. This can be remedied by 
> > backporting REEF-293.
> >
> > Sorry Julia. Knowing that cutting a new RC isn't exactly trivial, I 
> > really hate to do this. My apologies for finding that problem late.
> >
> > - Brian
> >
> > On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) < 
> > Qiuhe.Wang@microsoft.com
> > > wrote:
> >
> > > This is to call for a vote for the source release of Apache REEF 
> > > 0.11.0-incubating (rc1).
> > >
> > > Source:
> > > The source tarball, including signatures, digests, etc can be found at:
> > >
> > > https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-i
> > > nc
> > > ub
> > > ating/
> > >
> > > The Git tag is release-0.11.0-incubating-rc1 The Git commit ID is
> > > d76802b4ccd714877742104cf111ee99492fbb16
> > >
> > >
> > > Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
> > >
> > > MD5: c73abd5c2243efab2b50f942eb5f3a60
> > >
> > > SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
> > >
> > > SHA512:
> > > 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f88203644
> > > 01
> > > 84
> > > 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
> > >
> > >
> > > Release artifacts are signed with the key. The KEYS file is 
> > > available
> > here:
> > >
> > > https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
> > >
> > >
> > >
> > > Java Binaries
> > >
> > > Java binaries have been published to Maven's staging repository, 
> > > and are available here:
> > >
> > >
> > > https://repository.apache.org/content/repositories/orgapachereef-1
> > > 00
> > > 1/
> > > org/apache/reef/
> > >
> > > .Net Nuget
> > > You can find all .Net Nugets from the link below
> > >
> > > Reef.11.0NuGetPackages
> > > (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.11.0
> > > Nu
> > > Ge
> > > tPackages>)
> > >
> > >
> > >
> > > Issues Resolved:
> > >
> > > 147 issues were closed/resolved for this release:
> > >
> > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20REEF%20
> > > AN
> > > D%
> > > 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%20(
> > > Fi
> > > xe
> > > d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=150
> > >
> > >
> > >
> > > The vote will be open for 72 hours. Please download the release 
> > > candidate, check the hashes/signature, build it and test it, and 
> > > then
> > please vote:
> > >
> > >
> > >
> > > [ ] +1 Release this package as Apache REEF 0.11.0-incubating
> > >
> > > [ ] +0 no opinion
> > >
> > > [ ] -1 Do not release this package because ...
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Julia
> > >
> > >
> > >
> > >
> >
>

Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by Brian Cho <ch...@gmail.com>.
Yes, that's the change :) -Brian

On Fri, May 1, 2015 at 8:31 AM, Julia Wang (QIUHE) <Qiuhe.Wang@microsoft.com
> wrote:

> Can you double confirm REEF-293 has only one line change?
>
> In REEFScheduler.java
> .setVirtualCores(resourceRequestProto.getVirtualCores().get())
>
> Thanks,
> Julia
>
> -----Original Message-----
> From: Brian Cho [mailto:chobrian@gmail.com]
> Sent: Thursday, April 30, 2015 4:23 PM
> To: dev@reef.incubator.apache.org
> Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>
> Yes, the test passes on the current master. It should also be ok to
> cherry-pick REEF-293.
>
> Thanks,
> Brian
>
> On Fri, May 1, 2015 at 8:08 AM, Julia Wang (QIUHE) <
> Qiuhe.Wang@microsoft.com
> > wrote:
>
> > Is the test passed in the current master? I can then cut it now.  Or I
> > can only pick up REEF-293.
> >
> > -----Original Message-----
> > From: Brian Cho [mailto:chobrian@gmail.com]
> > Sent: Thursday, April 30, 2015 3:56 PM
> > To: dev@reef.incubator.apache.org
> > Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
> >
> > -1.
> >
> > The Mesos tests (bin/runmesostests.sh) fail. This can be remedied by
> > backporting REEF-293.
> >
> > Sorry Julia. Knowing that cutting a new RC isn't exactly trivial, I
> > really hate to do this. My apologies for finding that problem late.
> >
> > - Brian
> >
> > On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) <
> > Qiuhe.Wang@microsoft.com
> > > wrote:
> >
> > > This is to call for a vote for the source release of Apache REEF
> > > 0.11.0-incubating (rc1).
> > >
> > > Source:
> > > The source tarball, including signatures, digests, etc can be found at:
> > >
> > > https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-inc
> > > ub
> > > ating/
> > >
> > > The Git tag is release-0.11.0-incubating-rc1 The Git commit ID is
> > > d76802b4ccd714877742104cf111ee99492fbb16
> > >
> > >
> > > Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
> > >
> > > MD5: c73abd5c2243efab2b50f942eb5f3a60
> > >
> > > SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
> > >
> > > SHA512:
> > > 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f8820364401
> > > 84
> > > 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
> > >
> > >
> > > Release artifacts are signed with the key. The KEYS file is
> > > available
> > here:
> > >
> > > https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
> > >
> > >
> > >
> > > Java Binaries
> > >
> > > Java binaries have been published to Maven's staging repository, and
> > > are available here:
> > >
> > >
> > > https://repository.apache.org/content/repositories/orgapachereef-100
> > > 1/
> > > org/apache/reef/
> > >
> > > .Net Nuget
> > > You can find all .Net Nugets from the link below
> > >
> > > Reef.11.0NuGetPackages
> > > (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.11.0Nu
> > > Ge
> > > tPackages>)
> > >
> > >
> > >
> > > Issues Resolved:
> > >
> > > 147 issues were closed/resolved for this release:
> > >
> > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20REEF%20AN
> > > D%
> > > 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%20(Fi
> > > xe
> > > d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=150
> > >
> > >
> > >
> > > The vote will be open for 72 hours. Please download the release
> > > candidate, check the hashes/signature, build it and test it, and
> > > then
> > please vote:
> > >
> > >
> > >
> > > [ ] +1 Release this package as Apache REEF 0.11.0-incubating
> > >
> > > [ ] +0 no opinion
> > >
> > > [ ] -1 Do not release this package because ...
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Julia
> > >
> > >
> > >
> > >
> >
>

RE: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by "Julia Wang (QIUHE)" <Qi...@microsoft.com>.
Can you double confirm REEF-293 has only one line change?

In REEFScheduler.java	
.setVirtualCores(resourceRequestProto.getVirtualCores().get())

Thanks,
Julia

-----Original Message-----
From: Brian Cho [mailto:chobrian@gmail.com] 
Sent: Thursday, April 30, 2015 4:23 PM
To: dev@reef.incubator.apache.org
Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Yes, the test passes on the current master. It should also be ok to cherry-pick REEF-293.

Thanks,
Brian

On Fri, May 1, 2015 at 8:08 AM, Julia Wang (QIUHE) <Qiuhe.Wang@microsoft.com
> wrote:

> Is the test passed in the current master? I can then cut it now.  Or I 
> can only pick up REEF-293.
>
> -----Original Message-----
> From: Brian Cho [mailto:chobrian@gmail.com]
> Sent: Thursday, April 30, 2015 3:56 PM
> To: dev@reef.incubator.apache.org
> Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>
> -1.
>
> The Mesos tests (bin/runmesostests.sh) fail. This can be remedied by 
> backporting REEF-293.
>
> Sorry Julia. Knowing that cutting a new RC isn't exactly trivial, I 
> really hate to do this. My apologies for finding that problem late.
>
> - Brian
>
> On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) < 
> Qiuhe.Wang@microsoft.com
> > wrote:
>
> > This is to call for a vote for the source release of Apache REEF 
> > 0.11.0-incubating (rc1).
> >
> > Source:
> > The source tarball, including signatures, digests, etc can be found at:
> >
> > https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-inc
> > ub
> > ating/
> >
> > The Git tag is release-0.11.0-incubating-rc1 The Git commit ID is
> > d76802b4ccd714877742104cf111ee99492fbb16
> >
> >
> > Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
> >
> > MD5: c73abd5c2243efab2b50f942eb5f3a60
> >
> > SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
> >
> > SHA512:
> > 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f8820364401
> > 84
> > 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
> >
> >
> > Release artifacts are signed with the key. The KEYS file is 
> > available
> here:
> >
> > https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
> >
> >
> >
> > Java Binaries
> >
> > Java binaries have been published to Maven's staging repository, and 
> > are available here:
> >
> >
> > https://repository.apache.org/content/repositories/orgapachereef-100
> > 1/
> > org/apache/reef/
> >
> > .Net Nuget
> > You can find all .Net Nugets from the link below
> >
> > Reef.11.0NuGetPackages
> > (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.11.0Nu
> > Ge
> > tPackages>)
> >
> >
> >
> > Issues Resolved:
> >
> > 147 issues were closed/resolved for this release:
> >
> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20REEF%20AN
> > D% 
> > 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%20(Fi
> > xe
> > d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=150
> >
> >
> >
> > The vote will be open for 72 hours. Please download the release 
> > candidate, check the hashes/signature, build it and test it, and 
> > then
> please vote:
> >
> >
> >
> > [ ] +1 Release this package as Apache REEF 0.11.0-incubating
> >
> > [ ] +0 no opinion
> >
> > [ ] -1 Do not release this package because ...
> >
> >
> >
> > Thanks,
> >
> > Julia
> >
> >
> >
> >
>

Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by Brian Cho <ch...@gmail.com>.
Yes, the test passes on the current master. It should also be ok to
cherry-pick REEF-293.

Thanks,
Brian

On Fri, May 1, 2015 at 8:08 AM, Julia Wang (QIUHE) <Qiuhe.Wang@microsoft.com
> wrote:

> Is the test passed in the current master? I can then cut it now.  Or I can
> only pick up REEF-293.
>
> -----Original Message-----
> From: Brian Cho [mailto:chobrian@gmail.com]
> Sent: Thursday, April 30, 2015 3:56 PM
> To: dev@reef.incubator.apache.org
> Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)
>
> -1.
>
> The Mesos tests (bin/runmesostests.sh) fail. This can be remedied by
> backporting REEF-293.
>
> Sorry Julia. Knowing that cutting a new RC isn't exactly trivial, I really
> hate to do this. My apologies for finding that problem late.
>
> - Brian
>
> On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) <
> Qiuhe.Wang@microsoft.com
> > wrote:
>
> > This is to call for a vote for the source release of Apache REEF
> > 0.11.0-incubating (rc1).
> >
> > Source:
> > The source tarball, including signatures, digests, etc can be found at:
> >
> > https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-incub
> > ating/
> >
> > The Git tag is release-0.11.0-incubating-rc1 The Git commit ID is
> > d76802b4ccd714877742104cf111ee99492fbb16
> >
> >
> > Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
> >
> > MD5: c73abd5c2243efab2b50f942eb5f3a60
> >
> > SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
> >
> > SHA512:
> > 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f882036440184
> > 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
> >
> >
> > Release artifacts are signed with the key. The KEYS file is available
> here:
> >
> > https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
> >
> >
> >
> > Java Binaries
> >
> > Java binaries have been published to Maven's staging repository, and
> > are available here:
> >
> >
> > https://repository.apache.org/content/repositories/orgapachereef-1001/
> > org/apache/reef/
> >
> > .Net Nuget
> > You can find all .Net Nugets from the link below
> >
> > Reef.11.0NuGetPackages
> > (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.11.0NuGe
> > tPackages>)
> >
> >
> >
> > Issues Resolved:
> >
> > 147 issues were closed/resolved for this release:
> >
> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20REEF%20AND%
> > 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%20(Fixe
> > d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=150
> >
> >
> >
> > The vote will be open for 72 hours. Please download the release
> > candidate, check the hashes/signature, build it and test it, and then
> please vote:
> >
> >
> >
> > [ ] +1 Release this package as Apache REEF 0.11.0-incubating
> >
> > [ ] +0 no opinion
> >
> > [ ] -1 Do not release this package because ...
> >
> >
> >
> > Thanks,
> >
> > Julia
> >
> >
> >
> >
>

RE: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

Posted by "Julia Wang (QIUHE)" <Qi...@microsoft.com>.
Is the test passed in the current master? I can then cut it now.  Or I can only pick up REEF-293. 

-----Original Message-----
From: Brian Cho [mailto:chobrian@gmail.com] 
Sent: Thursday, April 30, 2015 3:56 PM
To: dev@reef.incubator.apache.org
Subject: Re: [VOTE] Release Apache REEF 0.11.0-incubating (rc1)

-1.

The Mesos tests (bin/runmesostests.sh) fail. This can be remedied by backporting REEF-293.

Sorry Julia. Knowing that cutting a new RC isn't exactly trivial, I really hate to do this. My apologies for finding that problem late.

- Brian

On Fri, May 1, 2015 at 6:48 AM, Julia Wang (QIUHE) <Qiuhe.Wang@microsoft.com
> wrote:

> This is to call for a vote for the source release of Apache REEF 
> 0.11.0-incubating (rc1).
>
> Source:
> The source tarball, including signatures, digests, etc can be found at:
>
> https://dist.apache.org/repos/dist/release/incubator/reef/0.11.0-incub
> ating/
>
> The Git tag is release-0.11.0-incubating-rc1 The Git commit ID is 
> d76802b4ccd714877742104cf111ee99492fbb16
>
>
> Checksums of apache-reef-0.11.0-incubating-rc1.tar.gz:
>
> MD5: c73abd5c2243efab2b50f942eb5f3a60
>
> SHA1: 0cd4308339977b50eb4ce6bdf56210d3d5097936
>
> SHA512:
> 159cd312e1f4867023b4a7ad8acfcc5028fcfa1cf59932ba0f636a6a8f882036440184
> 1c49893b3b36b7866c85e97e6db6dd28bf5296af4ac04694b7affeed04
>
>
> Release artifacts are signed with the key. The KEYS file is available here:
>
> https://dist.apache.org/repos/dist/release/incubator/reef/KEYS
>
>
>
> Java Binaries
>
> Java binaries have been published to Maven's staging repository, and 
> are available here:
>
>
> https://repository.apache.org/content/repositories/orgapachereef-1001/
> org/apache/reef/
>
> .Net Nuget
> You can find all .Net Nugets from the link below
>
> Reef.11.0NuGetPackages
> (file://JUWANG3/Reef.11.0NuGetPackages<file:///\\JUWANG3\Reef.11.0NuGe
> tPackages>)
>
>
>
> Issues Resolved:
>
> 147 issues were closed/resolved for this release:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20REEF%20AND%
> 20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%20(Fixe
> d%2C%20Implemented)%20ORDER%20BY%20updated%20ASC&startIndex=150
>
>
>
> The vote will be open for 72 hours. Please download the release 
> candidate, check the hashes/signature, build it and test it, and then please vote:
>
>
>
> [ ] +1 Release this package as Apache REEF 0.11.0-incubating
>
> [ ] +0 no opinion
>
> [ ] -1 Do not release this package because ...
>
>
>
> Thanks,
>
> Julia
>
>
>
>