[ 
https://issues.apache.org/jira/browse/HDFS-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Nauroth updated HDFS-5211:
--------------------------------

    Attachment: HDFS-5211.2.patch

[~szetszwo], good idea.  Here is version 2 of the patch, with 
{{super.processDeleteOnExit()}} removed.  I'll put it through another full test 
run overnight and report back here with the results.
                
> Race condition between DistributedFileSystem#close and FileSystem#close can 
> cause return of a closed DistributedFileSystem instance from the FileSystem 
> cache.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-5211
>                 URL: https://issues.apache.org/jira/browse/HDFS-5211
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: hdfs-client
>    Affects Versions: 1.2.1
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: HDFS-5211.1.patch, HDFS-5211.2.patch
>
>
> {{DistributedFileSystem#close}} closes the underlying {{DFSClient}} before 
> the superclass call to {{FileSystem#close}}, which removes the instance from 
> the cache.  This leaves a small window during which another thread can call 
> {{FileSystem#get}} and receive the closed instance from the cache.

--
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