You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Micah Kornfield (JIRA)" <ji...@apache.org> on 2019/02/01 07:56:00 UTC

[jira] [Updated] (ARROW-4448) [JAVA][Flight]Possible flaky Flight java test

     [ https://issues.apache.org/jira/browse/ARROW-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Micah Kornfield updated ARROW-4448:
-----------------------------------
    Summary: [JAVA][Flight]Possible flaky Flight java test  (was: Possible flaky Flight java test)

> [JAVA][Flight]Possible flaky Flight java test
> ---------------------------------------------
>
>                 Key: ARROW-4448
>                 URL: https://issues.apache.org/jira/browse/ARROW-4448
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: FlightRPC, Java
>            Reporter: Micah Kornfield
>            Priority: Major
>
> Pull requests rebeased off of  the laster master seem to pass so this is probably a flake: [https://travis-ci.org/apache/arrow/jobs/487275065]  
>  {{[INFO] Running org.apache.arrow.flight.TestBackPressure
> [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 1.396 s <<< FAILURE! - in org.apache.arrow.flight.TestBackPressure
> [ERROR] ensureIndependentSteams(org.apache.arrow.flight.TestBackPressure)  Time elapsed: 1.394 s  <<< ERROR!
> java.lang.IllegalStateException: 
> Memory was leaked by query. Memory leaked: (131072)
> Allocator(perf-server) 0/131072/589824/9223372036854775807 (res/actual/peak/limit)
> 	at org.apache.arrow.flight.TestBackPressure.ensureIndependentSteams(TestBackPressure.java:76)
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Errors: 
> [ERROR]   TestBackPressure.ensureIndependentSteams:76 » IllegalState Memory was leaked b...
> [INFO] 
> [ERROR] Tests run: 13, Failures: 0, Errors: 1, Skipped: 3
> [INFO] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Apache Arrow Java Root POM 0.13.0-SNAPSHOT ......... SUCCESS [  8.590 s]
> [INFO] Arrow Format ....................................... SUCCESS [  5.985 s]
> [INFO] Arrow Memory ....................................... SUCCESS [ 12.750 s]
> [INFO] Arrow Vectors ...................................... SUCCESS [01:13 min]
> [INFO] Arrow Tools ........................................ SUCCESS [ 15.462 s]
> [INFO] Arrow JDBC Adapter ................................. SUCCESS [ 11.906 s]
> [INFO] Arrow Plasma Client ................................ SUCCESS [  3.967 s]
> [INFO] Arrow Flight 0.13.0-SNAPSHOT ....................... FAILURE [ 18.237 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 02:30 min
> [INFO] Finished at: 2019-02-01T05:15:34Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project arrow-flight: There are test failures.
> [ERROR] 
> [ERROR] Please refer to /home/travis/build/apache/arrow/java/flight/target/surefire-reports for the individual test results.
> [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :arrow-flight
> }}
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)