Re: [Java] CI test failures

2019-09-13 Thread Wes McKinney
I just merged the patch disabling the Gandiva JNI tests and have renamed ARROW-6509 to cover addressing the issue in Travis CI. CI builds on master should be passing again https://issues.apache.org/jira/browse/ARROW-6509 On Fri, Sep 13, 2019 at 9:32 AM Wes McKinney wrote: > > In

Re: [Java] CI test failures

2019-09-13 Thread Wes McKinney
In https://travis-ci.org/apache/arrow/jobs/584463540#L6703 it seems that the Gandiva JNI tests are core dumping. In the interest of getting passing CI builds (which have been failing for days) I suggest that we disable these unit tests until the issue can be fixed On Thu, Sep 12, 2019 at 5:23 PM

Re: [Java] CI test failures

2019-09-12 Thread Wes McKinney
I was able to get the underlying errors to pop out on Travis CI https://github.com/apache/arrow/pull/5370#issuecomment-531029711 This looks like a VM resource poverty issue. You may have to disable these tests in Travis CI On Thu, Sep 12, 2019 at 9:25 AM Wes McKinney wrote: > > Does upgrading

Re: [Java] CI test failures

2019-09-12 Thread Wes McKinney
Does upgrading maven-surefire-plugin help? On Thu, Sep 12, 2019 at 8:29 AM Fan Liya wrote: > > I have tried many times locally, with different values of forkCount, but > failed to reproduce the error. > > Best, > Liya Fan > > On Thu, Sep 12, 2019 at 4:21 PM Fan Liya wrote: > > > It seems the

Re: [Java] CI test failures

2019-09-12 Thread Fan Liya
I have tried many times locally, with different values of forkCount, but failed to reproduce the error. Best, Liya Fan On Thu, Sep 12, 2019 at 4:21 PM Fan Liya wrote: > It seems the problem occurred when the sure-fire plugin forks: > > [ERROR] Caused by: >

Re: [Java] CI test failures

2019-09-12 Thread Fan Liya
It seems the problem occurred when the sure-fire plugin forks: [ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in starting fork, check output in log So we need to adjust the forkCount parameter in the pom.xml file? Best, Liya Fan On Thu, Sep 12,

Re: [Java] CI test failures

2019-09-12 Thread Micah Kornfield
I did not make much progress, I will spend some more time tomorrow, if no one picks it up by then. On Wed, Sep 11, 2019 at 10:48 PM Micah Kornfield wrote: > I will try to take look the next couple of hours to see if I can fix it > quickly. > > On Wed, Sep 11, 2019 at 4:54 AM Antoine Pitrou

Re: [Java] CI test failures

2019-09-11 Thread Micah Kornfield
I will try to take look the next couple of hours to see if I can fix it quickly. On Wed, Sep 11, 2019 at 4:54 AM Antoine Pitrou wrote: > > Hello, > > Some Travis-CI builds are failing because of Java issues. It would be > good if a Java contributor or maintainer could take a look ASAP. >

[Java] CI test failures

2019-09-11 Thread Antoine Pitrou
Hello, Some Travis-CI builds are failing because of Java issues. It would be good if a Java contributor or maintainer could take a look ASAP. https://issues.apache.org/jira/browse/ARROW-6509 Thanks Antoine.