[CANCEL] Re: [VOTE] Release Apache Knox 1.3.0

2019-07-16 Thread larry mccay
Cancelling VOTE on RC 1 for Knox 1.3.0. On Tue, Jul 16, 2019 at 12:05 PM larry mccay wrote: > Excellent, @kevin and @sandor. > Nice work chasing down the issue and getting the fix ready and in! > > Here is my -1 for RC 1. > > I will spin RC 2 today. > > On Tue, Jul 16, 2019 at 11:22 AM Kevin Ris

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-16 Thread larry mccay
Excellent, @kevin and @sandor. Nice work chasing down the issue and getting the fix ready and in! Here is my -1 for RC 1. I will spin RC 2 today. On Tue, Jul 16, 2019 at 11:22 AM Kevin Risden wrote: > https://issues.apache.org/jira/browse/KNOX-1922 fixed, tested, and merged > - > pushed to mas

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-16 Thread Kevin Risden
https://issues.apache.org/jira/browse/KNOX-1922 fixed, tested, and merged - pushed to master and v1.3.0. Kevin Risden On Tue, Jul 16, 2019 at 10:42 AM larry mccay wrote: > @Sandor - that's great to hear. > I think getting a fix for this is worth spinning a new RC - if you can get > it done in

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-16 Thread larry mccay
@Sandor - that's great to hear. I think getting a fix for this is worth spinning a new RC - if you can get it done in a day or so. I'll hold off on my -1 for now but think that if a fix lands soon that I will want to pull it into the 1.3.0 release. On Tue, Jul 16, 2019 at 10:14 AM Sandor Molnar

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-16 Thread Sandor Molnar
I filed a JIRA (https://issues.apache.org/jira/browse/KNOX-1922) to fix this issue in 1.3.0 because it's not only an error in the unit tests but also prevents the gateway from being started. I'm working on fixing that issue; I'll keep you updated. Sandor On Mon, Jul 15, 2019 at 5:36 PM Jeffrey Ro

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-15 Thread Jeffrey Rodriguez
Thanks all, for the info. So we are saying it is .a JDK issue. We should verify it and document it on the release notes so users who want to build their distribution are able to do so. It is always good to lower the frustration factor on users. Give the above I would vote for releasing 1.3. Regard

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-15 Thread Phil Zampino
For the sake of providing another data point, I've *not* encountered these issues with earlier JDK8 builds: java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode) On Mon, Jul 15, 2019 at 6:42 AM Sandor Molna

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-15 Thread Sandor Molnar
Update: I've just installed Oracle JDK 1.8.0_212 b10 (the latest one available on Oracle's download page) and the issue still there. It seems it's only fixed in OpenJDK 1.8.0 u212. On Mon, Jul 15, 2019 at 11:03 AM Sandor Molnar wrote: > > The error you ran into was a known issue in Oracle JDK as

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-15 Thread Sandor Molnar
The error you ran into was a known issue in Oracle JDK as well as in OpenJDK but both are fixed: - Oracle JDK - https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8213952 - OpenJDK - https://bugs.openjdk.java.net/browse/JDK-8213952 Knox's PR builder (Travis CI) uses OpenJDK (sample log: https://

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-12 Thread Jeffrey Rodriguez
Hi Sandor, It is : " java version "1.8.0_211" Java(TM) SE Runtime Environment (build 1.8.0_211-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode)" On Fri, Jul 12, 2019 at 1:43 PM Sandor Molnar wrote: > > Jeff, > could you please also include the Java version you are us

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-12 Thread Sandor Molnar
Jeff, could you please also include the Java version you are using? Thanks, Sandor On Fri, Jul 12, 2019 at 10:29 PM Phil Zampino wrote: > As Kevin mentioned, it is being successfully built daily by Jenkins, Travis > and multiple engineers on different hosts. > Neither Larry nor I have been able

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-12 Thread Phil Zampino
As Kevin mentioned, it is being successfully built daily by Jenkins, Travis and multiple engineers on different hosts. Neither Larry nor I have been able to reproduce it on any machines currently at our disposal. Since you are actively experiencing the problem, it would be helpful if you can ident

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-12 Thread Jeffrey Rodriguez
Thanks Larry and Phil. I will be it a try on a different mac, and try it on a Linux VM. I will do so this weekend. Nonetheless, if we find what configurations cause the issue we should include something in release notes as Phil suggested. Regards, Jeff Rodriguez On Fri, Jul 12, 2

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-12 Thread Phil Zampino
While it seems that these build issues are probably not release blockers, given the similar experiences for Cohlm and Jeffrey, it may be useful to include something in the release notes if we can nail down specific problems. On Fri, Jul 12, 2019 at 1:20 PM larry mccay wrote: > I have successfull

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-12 Thread larry mccay
I have successfully built from source on my mac, ubuntu and Linux Mint machines without a problem. Both linux machines were clean installs - @jeffrey - I suspect some environment issue on your machine wrt npm or maven or something. On Fri, Jul 12, 2019 at 12:29 PM Jeffrey Rodriguez wrote: > I p

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-12 Thread Jeffrey Rodriguez
I posted some info on the dev mail list thread of July 8. I get: [ERROR] Tests run: 12, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.567 s <<< FAILURE! - in org.apache.knox.gateway.services.security.impl.DefaultKeystoreServiceTest [ERROR] testKeystoreForGateway(org.apache.knox.gateway.

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-12 Thread Kevin Risden
Jeffrey - Can you be more specific about build issues? Apache Jenkins, Travis, and locally Knox has been building just fine. Would be curious what you are hitting. Kevin Risden On Fri, Jul 12, 2019 at 12:12 PM Jeffrey Rodriguez wrote: > -1: At this point I am inclined to advise checking the bu

Re: [VOTE] Release Apache Knox 1.3.0

2019-07-12 Thread Jeffrey Rodriguez
-1: At this point I am inclined to advise checking the build issues found in v1.3.0. I will try again on my home system this weekend. Regards, Jeffrey E Rodriguez On Wed, Jul 10, 2019 at 8:59 AM larry mccay wrote: > > All - > > A candidate for the Apache Knox 1.3.0 release is availab