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

Ramkumar Vadali updated MAPREDUCE-2029:
---------------------------------------

    Attachment: MAPREDUCE-2029.patch

Call super.close()

> DistributedRaidFileSystem not removed from cache on close()
> -----------------------------------------------------------
>
>                 Key: MAPREDUCE-2029
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2029
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>    Affects Versions: 0.22.0
>            Reporter: Paul Yang
>            Assignee: Ramkumar Vadali
>         Attachments: MAPREDUCE-2029.patch
>
>
> When DistributedRaidFileSystem.close() is called, it does not remove itself 
> from the FileSystem cache, but it does close the underlying filesystem, e.g. 
> DFS.
> Because the DRFS with the closed DFS is still in the cache, calling 
> FileSystem.get() returns a stale DRFS that throws 'filesystem closed' 
> exceptions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to