[
https://issues.apache.org/jira/browse/FLINK-4096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-4096.
-----------------------------------
Resolution: Fixed
Fixed in 8f6876218bb1335e95ab04fc608ce21959889e57
> 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
> Assignee: Ivan Mushketyk
> 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)