You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/10/31 10:37:00 UTC

[jira] [Closed] (FLINK-10690) Tests leak resources via Files.list

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

Chesnay Schepler closed FLINK-10690.
------------------------------------
    Resolution: Fixed

master: 9236eb9adb3597aec5f17d44acfd68718c6cd40d
1.6: 1f906494554cff7e01a3441a705ab8301b469a02
1.5: e75f7e5ca34896b8eb352af5a223bda6a1063cb4

> Tests leak resources via Files.list
> -----------------------------------
>
>                 Key: FLINK-10690
>                 URL: https://issues.apache.org/jira/browse/FLINK-10690
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.5.4, 1.6.1, 1.7.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.5.6, 1.6.3, 1.7.0
>
>
> {{Files.list}} has the unfortunate property that is has to be explicitly closed to cleanup the underlying {{DirectoryStream}}. This is _not_ done automatically by collectors.
> Several tests don't close the stream.



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