[ https://issues.apache.org/jira/browse/FLINK-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010284#comment-16010284 ]
ASF GitHub Bot commented on FLINK-6439: --------------------------------------- Github user fanyon commented on the issue: https://github.com/apache/flink/pull/3819 Use [https://github.com/apache/flink/pull/3904](url) instead > Unclosed InputStream in OperatorSnapshotUtil#readStateHandle() > -------------------------------------------------------------- > > Key: FLINK-6439 > URL: https://issues.apache.org/jira/browse/FLINK-6439 > Project: Flink > Issue Type: Bug > Components: State Backends, Checkpointing > Reporter: Ted Yu > Assignee: Fang Yong > Priority: Minor > > {code} > FileInputStream in = new FileInputStream(path); > DataInputStream dis = new DataInputStream(in); > {code} > None of the in / dis is closed upon return from the method. > In writeStateHandle(), OutputStream should be closed in finally block. -- This message was sent by Atlassian JIRA (v6.3.15#6346)