You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by Yunseong Lee <yu...@gmail.com> on 2016/02/26 13:08:21 UTC

Re: [CANCEL] [VOTE] Release Apache REEF 0.14.0 (rc1)

Cancelling the vote due to failure in tests. Thanks for the tests and
sharing the results, Gon.

In summary,
1) reef-io tests in Ubuntu failed. I've tested in different versions and
machines, and it keeps failing.
2) In .Net, I'm not sure the tests pass correctly due to the lack of
knowledge. :-)

I'll share my observation so far in a separate thread to prevent this
thread becoming too long.

Regards,
Yunseong



On Fri, Feb 26, 2016 at 12:27 PM, Byung-Gon Chun <bg...@gmail.com> wrote:

> -1
>
> The tests pass on my mac. But it fails on my ubuntu machine.
>
> Tests in error:
>   LargeMsgTest.testLargeWrite:94 » Runtime
> org.apache.reef.tang.exceptions.Injec...
>   RemoteManagerTest.testRemoteManagerPBufTest:237 » Runtime
> org.apache.reef.tang...
>
> It looks like we have to check some recent PRs merged.
>
> -Gon
>
> On Thu, Feb 25, 2016 at 3:55 PM, Yunseong Lee <yu...@gmail.com>
> wrote:
>
> > This is to call for a new vote for the source release of Apache REEF
> 0.14.0
> > (rc1).
> >
> > The source tar ball, including signatures, digests, etc can be found at:
> > https://dist.apache.org/repos/dist/dev/reef/0.14.0-rc1/
> >
> > The Git tag is release-0.14.0-rc1
> > The Git commit ID is 3cb68dd64f6ca92c5bd8f9fac430dd469661e322
> >
> >
> > Checksums of apache-reef-0.14.0-rc1.tar.gz:
> >
> > MD5: 1bdd6c67d0a6fa85ccfe43b90c1ca26a
> > SHA:
> >
> >
> 77fb8b6e796135a68ac89f9fa15a157018a1e7413eb3f4f3fdceff61752b5c2e421af253ff91ae25a9658ee64493bf992d740a96d37603e0327fd9ad668cd47e
> >
> > Release artifacts are signed with a key found in the KEYS file available
> > here:
> >
> > https://dist.apache.org/repos/dist/release/reef/KEYS
> >
> >
> >
> > <Issue Things>
> > Issues resolved in this release:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315820&version=12333768
> >
> >
> > 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.14.0
> > [ ] +0 no opinion
> > [ ] -1 Do not release this package because ...
> >
> > Thanks!
> >
>
>
>
> --
> Byung-Gon Chun
>

Re: [CANCEL] [VOTE] Release Apache REEF 0.14.0 (rc1)

Posted by Andrew Chung <af...@gmail.com>.
Same as my experience.

Thanks,
Andrew

On Mon, Feb 29, 2016 at 9:09 AM, Markus Weimer <ma...@weimo.de> wrote:
> On 2016-02-29 01:07, Dongjoon Hyun wrote:
>> From the second run, all tests passes. After cleaning and rebuilding, all
>> test passes, too.
>
> That is my experience on `master` as well.
>
> Markus

Re: [CANCEL] [VOTE] Release Apache REEF 0.14.0 (rc1)

Posted by Markus Weimer <ma...@weimo.de>.
On 2016-02-29 01:07, Dongjoon Hyun wrote:
> From the second run, all tests passes. After cleaning and rebuilding, all
> test passes, too.

That is my experience on `master` as well.

Markus

Re: [CANCEL] [VOTE] Release Apache REEF 0.14.0 (rc1)

Posted by Dongjoon Hyun <do...@apache.org>.
Hi, All.

I tested on Windows 10 with VS 2013 Community Edition.
It seems that it fails always at the first test run with the following test
class (with 4 cases).

  * Org.Apache.REEF.Tests.Utility.TestDriverConfigGenerator

>From the second run, all tests passes. After cleaning and rebuilding, all
test passes, too.
(Except the known issues: REEF-977 and REEF-978 sometimes fails.)

I cloned the master branch and did the same test, and I found that it fails
at the first test run too. So, I'll file a new jira issue for this.

To Yunseong, is it the error message you saw?

-------
Test Name:
Org.Apache.REEF.Tests.Utility.TestDriverConfigGenerator.TestGeneratingDriverConfigFileDriverOnly
Test FullName:
Org.Apache.REEF.Tests.Utility.TestDriverConfigGenerator.TestGeneratingDriverConfigFileDriverOnly
Test Source:
c:\Users\dongjoon\Downloads\apache-reef-0.14.0\lang\cs\Org.Apache.REEF.Tests\Utility\TestDriverConfigGenerator.cs
: line 79
Test Outcome: Failed
Test Duration: 0:00:00.115

Result Message:
System.InvalidOperationException : Failed to extract files from jar file
with stdout :and stderr:java.io.FileNotFoundException:
.\reef-bridge-java-0.14.0-shaded.jar
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:219)
at java.util.zip.ZipFile.<init>(ZipFile.java:149)
at java.util.zip.ZipFile.<init>(ZipFile.java:120)
at sun.tools.jar.Main.extract(Main.java:1004)
at sun.tools.jar.Main.run(Main.java:305)
at sun.tools.jar.Main.main(Main.java:1288)
-------

Warmly,
Dongjoon.

PS. One more thing, please remove the `reef` and `reef\temp` folder in the
RC tar file next time.

Re: [CANCEL] [VOTE] Release Apache REEF 0.14.0 (rc1)

Posted by Dongjoon Hyun <do...@apache.org>.
Hi, Yunseong. Not at all.

By the way, could you file a JIRA issue with more details about linux
version part?
(OS, JDK, Maven, ...)

FYI, our Travis CI and Dockers are 'Ubuntu 12.04.5 LTS'.
So, I think we have tested on Ubuntu 12.04 more. :)

By the way, I'll add a new Jira issue to add OpenJDK7 to Travis CI.
Up to now, we are using Oracle JDK 7, 8 only.

Thank you for all you effort as release manager. :)

Dongjoon.



On Sun, Feb 28, 2016 at 5:10 PM, Yunseong Lee <yu...@gmail.com>
wrote:

> Thanks a lot Dongjoon for the help! :)
>
> 1.
> It's great to hear that tests passed on Ubuntu! But as 15.10 is not widely
> used yet, we need to fix the failure that occurs at LTS versions (12.x and
> 14.x).
>
> 2.
> Could you please try testing on the .Net side when you have time? I posted
> my result on the .Net side[1], but I'm not sure the tests passed
> successfully. It'd be very helpful to make sure the .Net side tests pass
> before I call another vote.
>
> FYI. the attached log files are not visible in the archive, but can be seen
> in my 'Sent Mail'. Please let me know if you are not accessible to files;
> I'll share them in some other methods.
>
> Regards,
> Yunseong
>
>
> [1]
>
> http://mail-archives.apache.org/mod_mbox/reef-dev/201602.mbox/%3CCAOq_m-MVNjwVm-EdhdrGaBSsguu3AobizzNiv7NCL-iif2EjHw%40mail.gmail.com%3E
>
> On Mon, Feb 29, 2016 at 9:50 AM, Dongjoon Hyun <do...@apache.org>
> wrote:
>
> > Hi, Gon and Yunseong.
> >
> > FYI, I did some tests with the current RC1.
> >
> > - MD5, SHA, GPG: OK
> > - Mac OS X El Capitan (10.11.3) + Oracle JDK 1.8.0_74: `mvn clean
> install`
> > Passed.
> > - Ubuntu 15.10 + Open JDK 1.7.0_95: `mvn clean install` Passed.
> >
> > I can test on Windows 10 and also do the .Net test,
> > but I didn't do further because we already have two -1 (Gon's and
> > Yunseong's).
> > I think it's time for us to discuss on your build issue.
> >
> > Dongjoon.
> >
> >
> > On Sat, Feb 27, 2016 at 5:40 PM, Byung-Gon Chun <bg...@gmail.com>
> wrote:
> >
> > > Hi all,
> > >
> > > Anyone to help speeding up this release?
> > > It's a lot of work to do release management (I was the first release
> > > manager :). It'd be great to give help to Yunseong to wrap up this
> > release.
> > >
> > > Thanks!
> > > -Gon
> > >
> > >
> > > On Sat, Feb 27, 2016 at 7:47 AM, Byung-Gon Chun <bg...@gmail.com>
> > wrote:
> > >
> > > > Hi,
> > > >
> > > > Can someone check 2? :)
> > > >
> > > > Thanks.
> > > > -Gon
> > > >
> > > >
> > > > On Fri, Feb 26, 2016 at 9:08 PM, Yunseong Lee <
> yunseong.lee0@gmail.com
> > >
> > > > wrote:
> > > >
> > > >> Cancelling the vote due to failure in tests. Thanks for the tests
> and
> > > >> sharing the results, Gon.
> > > >>
> > > >> In summary,
> > > >> 1) reef-io tests in Ubuntu failed. I've tested in different versions
> > and
> > > >> machines, and it keeps failing.
> > > >> 2) In .Net, I'm not sure the tests pass correctly due to the lack of
> > > >> knowledge. :-)
> > > >>
> > > >> I'll share my observation so far in a separate thread to prevent
> this
> > > >> thread becoming too long.
> > > >>
> > > >> Regards,
> > > >> Yunseong
> > > >>
> > > >>
> > > >>
> > > >> On Fri, Feb 26, 2016 at 12:27 PM, Byung-Gon Chun <bg...@gmail.com>
> > > >> wrote:
> > > >>
> > > >> > -1
> > > >> >
> > > >> > The tests pass on my mac. But it fails on my ubuntu machine.
> > > >> >
> > > >> > Tests in error:
> > > >> >   LargeMsgTest.testLargeWrite:94 » Runtime
> > > >> > org.apache.reef.tang.exceptions.Injec...
> > > >> >   RemoteManagerTest.testRemoteManagerPBufTest:237 » Runtime
> > > >> > org.apache.reef.tang...
> > > >> >
> > > >> > It looks like we have to check some recent PRs merged.
> > > >> >
> > > >> > -Gon
> > > >> >
> > > >> > On Thu, Feb 25, 2016 at 3:55 PM, Yunseong Lee <
> > > yunseong.lee0@gmail.com>
> > > >> > wrote:
> > > >> >
> > > >> > > This is to call for a new vote for the source release of Apache
> > REEF
> > > >> > 0.14.0
> > > >> > > (rc1).
> > > >> > >
> > > >> > > The source tar ball, including signatures, digests, etc can be
> > found
> > > >> at:
> > > >> > > https://dist.apache.org/repos/dist/dev/reef/0.14.0-rc1/
> > > >> > >
> > > >> > > The Git tag is release-0.14.0-rc1
> > > >> > > The Git commit ID is 3cb68dd64f6ca92c5bd8f9fac430dd469661e322
> > > >> > >
> > > >> > >
> > > >> > > Checksums of apache-reef-0.14.0-rc1.tar.gz:
> > > >> > >
> > > >> > > MD5: 1bdd6c67d0a6fa85ccfe43b90c1ca26a
> > > >> > > SHA:
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> 77fb8b6e796135a68ac89f9fa15a157018a1e7413eb3f4f3fdceff61752b5c2e421af253ff91ae25a9658ee64493bf992d740a96d37603e0327fd9ad668cd47e
> > > >> > >
> > > >> > > Release artifacts are signed with a key found in the KEYS file
> > > >> available
> > > >> > > here:
> > > >> > >
> > > >> > > https://dist.apache.org/repos/dist/release/reef/KEYS
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > <Issue Things>
> > > >> > > Issues resolved in this release:
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315820&version=12333768
> > > >> > >
> > > >> > >
> > > >> > > 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.14.0
> > > >> > > [ ] +0 no opinion
> > > >> > > [ ] -1 Do not release this package because ...
> > > >> > >
> > > >> > > Thanks!
> > > >> > >
> > > >> >
> > > >> >
> > > >> >
> > > >> > --
> > > >> > Byung-Gon Chun
> > > >> >
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > Byung-Gon Chun
> > > >
> > >
> > >
> > >
> > > --
> > > Byung-Gon Chun
> > >
> >
>

Re: [CANCEL] [VOTE] Release Apache REEF 0.14.0 (rc1)

Posted by Yunseong Lee <yu...@gmail.com>.
Thanks a lot Dongjoon for the help! :)

1.
It's great to hear that tests passed on Ubuntu! But as 15.10 is not widely
used yet, we need to fix the failure that occurs at LTS versions (12.x and
14.x).

2.
Could you please try testing on the .Net side when you have time? I posted
my result on the .Net side[1], but I'm not sure the tests passed
successfully. It'd be very helpful to make sure the .Net side tests pass
before I call another vote.

FYI. the attached log files are not visible in the archive, but can be seen
in my 'Sent Mail'. Please let me know if you are not accessible to files;
I'll share them in some other methods.

Regards,
Yunseong


[1]
http://mail-archives.apache.org/mod_mbox/reef-dev/201602.mbox/%3CCAOq_m-MVNjwVm-EdhdrGaBSsguu3AobizzNiv7NCL-iif2EjHw%40mail.gmail.com%3E

On Mon, Feb 29, 2016 at 9:50 AM, Dongjoon Hyun <do...@apache.org> wrote:

> Hi, Gon and Yunseong.
>
> FYI, I did some tests with the current RC1.
>
> - MD5, SHA, GPG: OK
> - Mac OS X El Capitan (10.11.3) + Oracle JDK 1.8.0_74: `mvn clean install`
> Passed.
> - Ubuntu 15.10 + Open JDK 1.7.0_95: `mvn clean install` Passed.
>
> I can test on Windows 10 and also do the .Net test,
> but I didn't do further because we already have two -1 (Gon's and
> Yunseong's).
> I think it's time for us to discuss on your build issue.
>
> Dongjoon.
>
>
> On Sat, Feb 27, 2016 at 5:40 PM, Byung-Gon Chun <bg...@gmail.com> wrote:
>
> > Hi all,
> >
> > Anyone to help speeding up this release?
> > It's a lot of work to do release management (I was the first release
> > manager :). It'd be great to give help to Yunseong to wrap up this
> release.
> >
> > Thanks!
> > -Gon
> >
> >
> > On Sat, Feb 27, 2016 at 7:47 AM, Byung-Gon Chun <bg...@gmail.com>
> wrote:
> >
> > > Hi,
> > >
> > > Can someone check 2? :)
> > >
> > > Thanks.
> > > -Gon
> > >
> > >
> > > On Fri, Feb 26, 2016 at 9:08 PM, Yunseong Lee <yunseong.lee0@gmail.com
> >
> > > wrote:
> > >
> > >> Cancelling the vote due to failure in tests. Thanks for the tests and
> > >> sharing the results, Gon.
> > >>
> > >> In summary,
> > >> 1) reef-io tests in Ubuntu failed. I've tested in different versions
> and
> > >> machines, and it keeps failing.
> > >> 2) In .Net, I'm not sure the tests pass correctly due to the lack of
> > >> knowledge. :-)
> > >>
> > >> I'll share my observation so far in a separate thread to prevent this
> > >> thread becoming too long.
> > >>
> > >> Regards,
> > >> Yunseong
> > >>
> > >>
> > >>
> > >> On Fri, Feb 26, 2016 at 12:27 PM, Byung-Gon Chun <bg...@gmail.com>
> > >> wrote:
> > >>
> > >> > -1
> > >> >
> > >> > The tests pass on my mac. But it fails on my ubuntu machine.
> > >> >
> > >> > Tests in error:
> > >> >   LargeMsgTest.testLargeWrite:94 » Runtime
> > >> > org.apache.reef.tang.exceptions.Injec...
> > >> >   RemoteManagerTest.testRemoteManagerPBufTest:237 » Runtime
> > >> > org.apache.reef.tang...
> > >> >
> > >> > It looks like we have to check some recent PRs merged.
> > >> >
> > >> > -Gon
> > >> >
> > >> > On Thu, Feb 25, 2016 at 3:55 PM, Yunseong Lee <
> > yunseong.lee0@gmail.com>
> > >> > wrote:
> > >> >
> > >> > > This is to call for a new vote for the source release of Apache
> REEF
> > >> > 0.14.0
> > >> > > (rc1).
> > >> > >
> > >> > > The source tar ball, including signatures, digests, etc can be
> found
> > >> at:
> > >> > > https://dist.apache.org/repos/dist/dev/reef/0.14.0-rc1/
> > >> > >
> > >> > > The Git tag is release-0.14.0-rc1
> > >> > > The Git commit ID is 3cb68dd64f6ca92c5bd8f9fac430dd469661e322
> > >> > >
> > >> > >
> > >> > > Checksums of apache-reef-0.14.0-rc1.tar.gz:
> > >> > >
> > >> > > MD5: 1bdd6c67d0a6fa85ccfe43b90c1ca26a
> > >> > > SHA:
> > >> > >
> > >> > >
> > >> >
> > >>
> >
> 77fb8b6e796135a68ac89f9fa15a157018a1e7413eb3f4f3fdceff61752b5c2e421af253ff91ae25a9658ee64493bf992d740a96d37603e0327fd9ad668cd47e
> > >> > >
> > >> > > Release artifacts are signed with a key found in the KEYS file
> > >> available
> > >> > > here:
> > >> > >
> > >> > > https://dist.apache.org/repos/dist/release/reef/KEYS
> > >> > >
> > >> > >
> > >> > >
> > >> > > <Issue Things>
> > >> > > Issues resolved in this release:
> > >> > >
> > >> > >
> > >> >
> > >>
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315820&version=12333768
> > >> > >
> > >> > >
> > >> > > 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.14.0
> > >> > > [ ] +0 no opinion
> > >> > > [ ] -1 Do not release this package because ...
> > >> > >
> > >> > > Thanks!
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > Byung-Gon Chun
> > >> >
> > >>
> > >
> > >
> > >
> > > --
> > > Byung-Gon Chun
> > >
> >
> >
> >
> > --
> > Byung-Gon Chun
> >
>

Re: [CANCEL] [VOTE] Release Apache REEF 0.14.0 (rc1)

Posted by Dongjoon Hyun <do...@apache.org>.
Hi, Gon and Yunseong.

FYI, I did some tests with the current RC1.

- MD5, SHA, GPG: OK
- Mac OS X El Capitan (10.11.3) + Oracle JDK 1.8.0_74: `mvn clean install`
Passed.
- Ubuntu 15.10 + Open JDK 1.7.0_95: `mvn clean install` Passed.

I can test on Windows 10 and also do the .Net test,
but I didn't do further because we already have two -1 (Gon's and
Yunseong's).
I think it's time for us to discuss on your build issue.

Dongjoon.


On Sat, Feb 27, 2016 at 5:40 PM, Byung-Gon Chun <bg...@gmail.com> wrote:

> Hi all,
>
> Anyone to help speeding up this release?
> It's a lot of work to do release management (I was the first release
> manager :). It'd be great to give help to Yunseong to wrap up this release.
>
> Thanks!
> -Gon
>
>
> On Sat, Feb 27, 2016 at 7:47 AM, Byung-Gon Chun <bg...@gmail.com> wrote:
>
> > Hi,
> >
> > Can someone check 2? :)
> >
> > Thanks.
> > -Gon
> >
> >
> > On Fri, Feb 26, 2016 at 9:08 PM, Yunseong Lee <yu...@gmail.com>
> > wrote:
> >
> >> Cancelling the vote due to failure in tests. Thanks for the tests and
> >> sharing the results, Gon.
> >>
> >> In summary,
> >> 1) reef-io tests in Ubuntu failed. I've tested in different versions and
> >> machines, and it keeps failing.
> >> 2) In .Net, I'm not sure the tests pass correctly due to the lack of
> >> knowledge. :-)
> >>
> >> I'll share my observation so far in a separate thread to prevent this
> >> thread becoming too long.
> >>
> >> Regards,
> >> Yunseong
> >>
> >>
> >>
> >> On Fri, Feb 26, 2016 at 12:27 PM, Byung-Gon Chun <bg...@gmail.com>
> >> wrote:
> >>
> >> > -1
> >> >
> >> > The tests pass on my mac. But it fails on my ubuntu machine.
> >> >
> >> > Tests in error:
> >> >   LargeMsgTest.testLargeWrite:94 » Runtime
> >> > org.apache.reef.tang.exceptions.Injec...
> >> >   RemoteManagerTest.testRemoteManagerPBufTest:237 » Runtime
> >> > org.apache.reef.tang...
> >> >
> >> > It looks like we have to check some recent PRs merged.
> >> >
> >> > -Gon
> >> >
> >> > On Thu, Feb 25, 2016 at 3:55 PM, Yunseong Lee <
> yunseong.lee0@gmail.com>
> >> > wrote:
> >> >
> >> > > This is to call for a new vote for the source release of Apache REEF
> >> > 0.14.0
> >> > > (rc1).
> >> > >
> >> > > The source tar ball, including signatures, digests, etc can be found
> >> at:
> >> > > https://dist.apache.org/repos/dist/dev/reef/0.14.0-rc1/
> >> > >
> >> > > The Git tag is release-0.14.0-rc1
> >> > > The Git commit ID is 3cb68dd64f6ca92c5bd8f9fac430dd469661e322
> >> > >
> >> > >
> >> > > Checksums of apache-reef-0.14.0-rc1.tar.gz:
> >> > >
> >> > > MD5: 1bdd6c67d0a6fa85ccfe43b90c1ca26a
> >> > > SHA:
> >> > >
> >> > >
> >> >
> >>
> 77fb8b6e796135a68ac89f9fa15a157018a1e7413eb3f4f3fdceff61752b5c2e421af253ff91ae25a9658ee64493bf992d740a96d37603e0327fd9ad668cd47e
> >> > >
> >> > > Release artifacts are signed with a key found in the KEYS file
> >> available
> >> > > here:
> >> > >
> >> > > https://dist.apache.org/repos/dist/release/reef/KEYS
> >> > >
> >> > >
> >> > >
> >> > > <Issue Things>
> >> > > Issues resolved in this release:
> >> > >
> >> > >
> >> >
> >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315820&version=12333768
> >> > >
> >> > >
> >> > > 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.14.0
> >> > > [ ] +0 no opinion
> >> > > [ ] -1 Do not release this package because ...
> >> > >
> >> > > Thanks!
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Byung-Gon Chun
> >> >
> >>
> >
> >
> >
> > --
> > Byung-Gon Chun
> >
>
>
>
> --
> Byung-Gon Chun
>

Re: [CANCEL] [VOTE] Release Apache REEF 0.14.0 (rc1)

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

Anyone to help speeding up this release?
It's a lot of work to do release management (I was the first release
manager :). It'd be great to give help to Yunseong to wrap up this release.

Thanks!
-Gon


On Sat, Feb 27, 2016 at 7:47 AM, Byung-Gon Chun <bg...@gmail.com> wrote:

> Hi,
>
> Can someone check 2? :)
>
> Thanks.
> -Gon
>
>
> On Fri, Feb 26, 2016 at 9:08 PM, Yunseong Lee <yu...@gmail.com>
> wrote:
>
>> Cancelling the vote due to failure in tests. Thanks for the tests and
>> sharing the results, Gon.
>>
>> In summary,
>> 1) reef-io tests in Ubuntu failed. I've tested in different versions and
>> machines, and it keeps failing.
>> 2) In .Net, I'm not sure the tests pass correctly due to the lack of
>> knowledge. :-)
>>
>> I'll share my observation so far in a separate thread to prevent this
>> thread becoming too long.
>>
>> Regards,
>> Yunseong
>>
>>
>>
>> On Fri, Feb 26, 2016 at 12:27 PM, Byung-Gon Chun <bg...@gmail.com>
>> wrote:
>>
>> > -1
>> >
>> > The tests pass on my mac. But it fails on my ubuntu machine.
>> >
>> > Tests in error:
>> >   LargeMsgTest.testLargeWrite:94 » Runtime
>> > org.apache.reef.tang.exceptions.Injec...
>> >   RemoteManagerTest.testRemoteManagerPBufTest:237 » Runtime
>> > org.apache.reef.tang...
>> >
>> > It looks like we have to check some recent PRs merged.
>> >
>> > -Gon
>> >
>> > On Thu, Feb 25, 2016 at 3:55 PM, Yunseong Lee <yu...@gmail.com>
>> > wrote:
>> >
>> > > This is to call for a new vote for the source release of Apache REEF
>> > 0.14.0
>> > > (rc1).
>> > >
>> > > The source tar ball, including signatures, digests, etc can be found
>> at:
>> > > https://dist.apache.org/repos/dist/dev/reef/0.14.0-rc1/
>> > >
>> > > The Git tag is release-0.14.0-rc1
>> > > The Git commit ID is 3cb68dd64f6ca92c5bd8f9fac430dd469661e322
>> > >
>> > >
>> > > Checksums of apache-reef-0.14.0-rc1.tar.gz:
>> > >
>> > > MD5: 1bdd6c67d0a6fa85ccfe43b90c1ca26a
>> > > SHA:
>> > >
>> > >
>> >
>> 77fb8b6e796135a68ac89f9fa15a157018a1e7413eb3f4f3fdceff61752b5c2e421af253ff91ae25a9658ee64493bf992d740a96d37603e0327fd9ad668cd47e
>> > >
>> > > Release artifacts are signed with a key found in the KEYS file
>> available
>> > > here:
>> > >
>> > > https://dist.apache.org/repos/dist/release/reef/KEYS
>> > >
>> > >
>> > >
>> > > <Issue Things>
>> > > Issues resolved in this release:
>> > >
>> > >
>> >
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315820&version=12333768
>> > >
>> > >
>> > > 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.14.0
>> > > [ ] +0 no opinion
>> > > [ ] -1 Do not release this package because ...
>> > >
>> > > Thanks!
>> > >
>> >
>> >
>> >
>> > --
>> > Byung-Gon Chun
>> >
>>
>
>
>
> --
> Byung-Gon Chun
>



-- 
Byung-Gon Chun

Re: [CANCEL] [VOTE] Release Apache REEF 0.14.0 (rc1)

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

Can someone check 2? :)

Thanks.
-Gon


On Fri, Feb 26, 2016 at 9:08 PM, Yunseong Lee <yu...@gmail.com>
wrote:

> Cancelling the vote due to failure in tests. Thanks for the tests and
> sharing the results, Gon.
>
> In summary,
> 1) reef-io tests in Ubuntu failed. I've tested in different versions and
> machines, and it keeps failing.
> 2) In .Net, I'm not sure the tests pass correctly due to the lack of
> knowledge. :-)
>
> I'll share my observation so far in a separate thread to prevent this
> thread becoming too long.
>
> Regards,
> Yunseong
>
>
>
> On Fri, Feb 26, 2016 at 12:27 PM, Byung-Gon Chun <bg...@gmail.com> wrote:
>
> > -1
> >
> > The tests pass on my mac. But it fails on my ubuntu machine.
> >
> > Tests in error:
> >   LargeMsgTest.testLargeWrite:94 » Runtime
> > org.apache.reef.tang.exceptions.Injec...
> >   RemoteManagerTest.testRemoteManagerPBufTest:237 » Runtime
> > org.apache.reef.tang...
> >
> > It looks like we have to check some recent PRs merged.
> >
> > -Gon
> >
> > On Thu, Feb 25, 2016 at 3:55 PM, Yunseong Lee <yu...@gmail.com>
> > wrote:
> >
> > > This is to call for a new vote for the source release of Apache REEF
> > 0.14.0
> > > (rc1).
> > >
> > > The source tar ball, including signatures, digests, etc can be found
> at:
> > > https://dist.apache.org/repos/dist/dev/reef/0.14.0-rc1/
> > >
> > > The Git tag is release-0.14.0-rc1
> > > The Git commit ID is 3cb68dd64f6ca92c5bd8f9fac430dd469661e322
> > >
> > >
> > > Checksums of apache-reef-0.14.0-rc1.tar.gz:
> > >
> > > MD5: 1bdd6c67d0a6fa85ccfe43b90c1ca26a
> > > SHA:
> > >
> > >
> >
> 77fb8b6e796135a68ac89f9fa15a157018a1e7413eb3f4f3fdceff61752b5c2e421af253ff91ae25a9658ee64493bf992d740a96d37603e0327fd9ad668cd47e
> > >
> > > Release artifacts are signed with a key found in the KEYS file
> available
> > > here:
> > >
> > > https://dist.apache.org/repos/dist/release/reef/KEYS
> > >
> > >
> > >
> > > <Issue Things>
> > > Issues resolved in this release:
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315820&version=12333768
> > >
> > >
> > > 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.14.0
> > > [ ] +0 no opinion
> > > [ ] -1 Do not release this package because ...
> > >
> > > Thanks!
> > >
> >
> >
> >
> > --
> > Byung-Gon Chun
> >
>



-- 
Byung-Gon Chun