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
 Assigned to: Hairong Kuang 
     Fix For: 0.4.0


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

Reply via email to