Re: Hadoop QA always says VM crash or System.exit called?

2018-11-01 Thread Duo Zhang
In HBASE-21417 I pushed a patch to all branches in which I added
'-Djdk.net.URLClassPath.disableClassPathURLCheck=true' to the argLine when
executing surefire plugin. The pre commit result on HBASE-21417 is fine,
Please try resubmitting the patches.

Thanks.

张铎(Duo Zhang)  于2018年11月1日周四 上午10:38写道:

> It seems that we need to set
> "jdk.net.URLClassPath.disableClassPathURLCheck" to true. Let me try.
>
> 张铎(Duo Zhang)  于2018年11月1日周四 上午10:33写道:
>
>> Thanks for the input. Let me read these threads.
>>
>> Kevin Risden  于2018年11月1日周四 上午10:21写道:
>>
>>> I'm not sure if this is in Docker but openjdk8 on debian (and Docker
>>> openjdk 8 official image) has a bug. It is causing surefire to fail with
>>> vm
>>> crash.
>>>
>>> * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925
>>> * https://github.com/carlossg/docker-maven/issues/90
>>> * https://github.com/carlossg/docker-maven/issues/92
>>>
>>> Kevin Risden
>>>
>>>
>>> On Wed, Oct 31, 2018 at 10:14 PM OpenInx  wrote:
>>>
>>> > Hi All
>>> >
>>> >  The latest successful Hadoop QA is
>>> > https://builds.apache.org/job/PreCommit-HBASE-Build/14897,  After
>>> that all
>>> > jenkins build failed because
>>> >  of saying VM crash or System.exit called..
>>> >
>>> >  For example:
>>> >
>>> >
>>> https://builds.apache.org/job/PreCommit-HBASE-Build/14908/artifact/patchprocess/patch-unit-hbase-rsgroup.txt
>>> >
>>> >  Need to find out what's wrong with it.
>>> >
>>>
>>


Re: Hadoop QA always says VM crash or System.exit called?

2018-10-31 Thread Duo Zhang
It seems that we need to set
"jdk.net.URLClassPath.disableClassPathURLCheck" to true. Let me try.

张铎(Duo Zhang)  于2018年11月1日周四 上午10:33写道:

> Thanks for the input. Let me read these threads.
>
> Kevin Risden  于2018年11月1日周四 上午10:21写道:
>
>> I'm not sure if this is in Docker but openjdk8 on debian (and Docker
>> openjdk 8 official image) has a bug. It is causing surefire to fail with
>> vm
>> crash.
>>
>> * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925
>> * https://github.com/carlossg/docker-maven/issues/90
>> * https://github.com/carlossg/docker-maven/issues/92
>>
>> Kevin Risden
>>
>>
>> On Wed, Oct 31, 2018 at 10:14 PM OpenInx  wrote:
>>
>> > Hi All
>> >
>> >  The latest successful Hadoop QA is
>> > https://builds.apache.org/job/PreCommit-HBASE-Build/14897,  After that
>> all
>> > jenkins build failed because
>> >  of saying VM crash or System.exit called..
>> >
>> >  For example:
>> >
>> >
>> https://builds.apache.org/job/PreCommit-HBASE-Build/14908/artifact/patchprocess/patch-unit-hbase-rsgroup.txt
>> >
>> >  Need to find out what's wrong with it.
>> >
>>
>


Re: Hadoop QA always says VM crash or System.exit called?

2018-10-31 Thread Duo Zhang
Thanks for the input. Let me read these threads.

Kevin Risden  于2018年11月1日周四 上午10:21写道:

> I'm not sure if this is in Docker but openjdk8 on debian (and Docker
> openjdk 8 official image) has a bug. It is causing surefire to fail with vm
> crash.
>
> * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925
> * https://github.com/carlossg/docker-maven/issues/90
> * https://github.com/carlossg/docker-maven/issues/92
>
> Kevin Risden
>
>
> On Wed, Oct 31, 2018 at 10:14 PM OpenInx  wrote:
>
> > Hi All
> >
> >  The latest successful Hadoop QA is
> > https://builds.apache.org/job/PreCommit-HBASE-Build/14897,  After that
> all
> > jenkins build failed because
> >  of saying VM crash or System.exit called..
> >
> >  For example:
> >
> >
> https://builds.apache.org/job/PreCommit-HBASE-Build/14908/artifact/patchprocess/patch-unit-hbase-rsgroup.txt
> >
> >  Need to find out what's wrong with it.
> >
>


Re: Hadoop QA always says VM crash or System.exit called?

2018-10-31 Thread Kevin Risden
I'm not sure if this is in Docker but openjdk8 on debian (and Docker
openjdk 8 official image) has a bug. It is causing surefire to fail with vm
crash.

* https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925
* https://github.com/carlossg/docker-maven/issues/90
* https://github.com/carlossg/docker-maven/issues/92

Kevin Risden


On Wed, Oct 31, 2018 at 10:14 PM OpenInx  wrote:

> Hi All
>
>  The latest successful Hadoop QA is
> https://builds.apache.org/job/PreCommit-HBASE-Build/14897,  After that all
> jenkins build failed because
>  of saying VM crash or System.exit called..
>
>  For example:
>
> https://builds.apache.org/job/PreCommit-HBASE-Build/14908/artifact/patchprocess/patch-unit-hbase-rsgroup.txt
>
>  Need to find out what's wrong with it.
>


Hadoop QA always says VM crash or System.exit called?

2018-10-31 Thread OpenInx
Hi All

 The latest successful Hadoop QA is
https://builds.apache.org/job/PreCommit-HBASE-Build/14897,  After that all
jenkins build failed because
 of saying VM crash or System.exit called..

 For example:
https://builds.apache.org/job/PreCommit-HBASE-Build/14908/artifact/patchprocess/patch-unit-hbase-rsgroup.txt

 Need to find out what's wrong with it.