Konstantin Shvachko created HDFS-4588:
-----------------------------------------

             Summary: DFSTestUtil.appendFile() should close the output stream 
on completion.
                 Key: HDFS-4588
                 URL: https://issues.apache.org/jira/browse/HDFS-4588
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: test
    Affects Versions: 2.0.3-alpha
            Reporter: Konstantin Shvachko


{{DFSTestUtil.appendFile()}} opens an output stream to write to a file but 
never closes it.
This was fixed for {{DFSTestUtil.createFile()}} on trunk by HDFS-3995. The same 
should be done for {{appendFile()}}.
On branch 2 both {{createFile()}} and {{appendFile()}} should be changed to 
close the respective output streams.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to