[ http://issues.apache.org/jira/browse/HADOOP-319?page=comments#action_12417372 ]
Doug Cutting commented on HADOOP-319: ------------------------------------- I am unable to apply this patch: % patch -p 0 < ~/Desktop/fs_close.patch patching file src/java/org/apache/hadoop/fs/FileSystem.java patching file src/java/org/apache/hadoop/dfs/DistributedFileSystem.java patching file src/java/org/apache/hadoop/fs/LocalFileSystem.java patching file src/test/org/apache/hadoop/fs/TestCopyFiles.java patch: **** malformed patch at line 51: @@ -171,12 +171,10 @@ Does it work for you? Thanks! > FileSystem "close" does not remove the closed fs from the fs map > ---------------------------------------------------------------- > > Key: HADOOP-319 > URL: http://issues.apache.org/jira/browse/HADOOP-319 > Project: Hadoop > Type: Bug > Components: fs > Versions: 0.3.2 > Reporter: Hairong Kuang > Assignee: Hairong Kuang > Fix For: 0.4.0 > Attachments: fs_close.patch > > The close methods of both DistributedFileSystem and LocalFileSystem do not > remove the closed file system from the fs map in FileSystem. As a result, a > subsequent call to FileSystem.getNamed may return the handle to the closed > file system and receive errors if perform any operation on the fs handle. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
