You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/09/27 11:50:00 UTC

[jira] [Created] (ARROW-3343) [Java] JDK9 tests fail with memory leak from Flight tests

Wes McKinney created ARROW-3343:
-----------------------------------

             Summary: [Java] JDK9 tests fail with memory leak from Flight tests 
                 Key: ARROW-3343
                 URL: https://issues.apache.org/jira/browse/ARROW-3343
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java
            Reporter: Wes McKinney
             Fix For: 0.12.0


see eg https://travis-ci.org/apache/arrow/jobs/434044723

{code}
Starting server.
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.129 s <<< FAILURE! - in org.apache.arrow.flight.example.TestExampleServer
[ERROR] putStream(org.apache.arrow.flight.example.TestExampleServer)  Time elapsed: 0.129 s  <<< ERROR!
java.lang.IllegalStateException: 
Memory was leaked by query. Memory leaked: (66)
Allocator(flight-server) 0/66/134/9223372036854775807 (res/actual/peak/limit)
	at org.apache.arrow.flight.example.TestExampleServer.after(TestExampleServer.java:66)
{code}

The JDK8 tests seem fine



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