You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2020/02/04 01:28:00 UTC

[jira] [Commented] (ARROW-7721) [FlightRPC][Java] Flaky Flight auth test

    [ https://issues.apache.org/jira/browse/ARROW-7721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029416#comment-17029416 ] 

David Li commented on ARROW-7721:
---------------------------------

Also occurs on Linux. https://github.com/apache/arrow/runs/424357626#step:3:24982

{noformat}
2020-02-04T00:15:33.6852134Z [ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.144 s <<< FAILURE! - in org.apache.arrow.flight.auth.TestBasicAuth
2020-02-04T00:15:33.6852694Z [ERROR] asyncCall  Time elapsed: 0.048 s  <<< ERROR!
2020-02-04T00:15:33.6852989Z java.lang.IllegalStateException: 
2020-02-04T00:15:33.6853263Z Memory was leaked by query. Memory leaked: (65536)
2020-02-04T00:15:33.6853557Z Allocator(ROOT) 0/65536/131584/9223372036854775807 (res/actual/peak/limit)
2020-02-04T00:15:33.6853803Z 
2020-02-04T00:15:33.6854106Z 	at org.apache.arrow.flight.auth.TestBasicAuth.shutdown(TestBasicAuth.java:152)
2020-02-04T00:15:33.6854355Z 
{noformat}


> [FlightRPC][Java] Flaky Flight auth test
> ----------------------------------------
>
>                 Key: ARROW-7721
>                 URL: https://issues.apache.org/jira/browse/ARROW-7721
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: FlightRPC, Java
>    Affects Versions: 0.16.0
>            Reporter: David Li
>            Priority: Major
>
> See https://github.com/apache/arrow/commit/8b42288f58caa84a40bb7a13c1731ff919c934f2/checks?check_suite_id=426509031
> {noformat}
> [ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.171 s <<< FAILURE! - in org.apache.arrow.flight.auth.TestBasicAuth
> [ERROR] asyncCall  Time elapsed: 0.068 s  <<< ERROR!
> java.lang.IllegalStateException: 
> Memory was leaked by query. Memory leaked: (65536)
> Allocator(ROOT) 0/65536/131584/9223372036854775807 (res/actual/peak/limit)
> 	at org.apache.arrow.flight.auth.TestBasicAuth.shutdown(TestBasicAuth.java:152)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)