[ 
https://issues.apache.org/jira/browse/HADOOP-10365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14207650#comment-14207650
 ] 

Tsuyoshi OZAWA commented on HADOOP-10365:
-----------------------------------------

[~yunsh] Sorry for the delay. Rethinking of using IOUtils - in this case, I 
found that we should raise IOException to {{unTarUsingJava}} and stop the 
execution immediately when {{FileOutputStream#close}} raises IOException. So, 
could you update the patch based on v1 including comments by Akira?


> BufferedOutputStream in FileUtil#unpackEntries() should be closed in finally 
> block
> ----------------------------------------------------------------------------------
>
>                 Key: HADOOP-10365
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10365
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>            Reporter: Ted Yu
>            Priority: Minor
>         Attachments: HADOOP-10365.2.patch, HADOOP-10365.patch
>
>
> {code}
>     BufferedOutputStream outputStream = new BufferedOutputStream(
>         new FileOutputStream(outputFile));
> ...
>     outputStream.flush();
>     outputStream.close();
> {code}
> outputStream should be closed in finally block.



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

Reply via email to