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

[jira] [Resolved] (ARROW-3343) [Java] Java tests fail non-deterministically with memory leak from Flight tests

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

Wes McKinney resolved ARROW-3343.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 2753
[https://github.com/apache/arrow/pull/2753]

> [Java] Java tests fail non-deterministically 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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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}
> This seems to fail both in JDK8 and JDK9 but not consistently



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