You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/06/20 23:32:57 UTC

[jira] [Created] (FLINK-4096) Nested FileOutputStream is not closed in JarFileCreator

Ted Yu created FLINK-4096:
-----------------------------

             Summary: Nested FileOutputStream is not closed in JarFileCreator
                 Key: FLINK-4096
                 URL: https://issues.apache.org/jira/browse/FLINK-4096
             Project: Flink
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
    final JarOutputStream jos = new JarOutputStream(new FileOutputStream(this.outputFile), new Manifest());
{code}
When jos is closed, the FileOutputStream is not automatically closed.

FileOutputStream should be closed explicitly.



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