You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/01/15 11:54:39 UTC

[jira] [Closed] (FLINK-3197) InputStream not closed in BinaryInputFormat#createStatistics

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

Stephan Ewen closed FLINK-3197.
-------------------------------

> InputStream not closed in BinaryInputFormat#createStatistics
> ------------------------------------------------------------
>
>                 Key: FLINK-3197
>                 URL: https://issues.apache.org/jira/browse/FLINK-3197
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> Here is related code:
> {code}
>       FSDataInputStream fdis = file.getPath().getFileSystem().open(file.getPath(), blockInfo.getInfoSize());
>       fdis.seek(file.getLen() - blockInfo.getInfoSize());
>       blockInfo.read(new DataInputViewStreamWrapper(fdis));
>       totalCount += blockInfo.getAccumulatedRecordCount();
> {code}
> fdis / wrapper should be closed upon leaving the method



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)