You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ramkumar Vadali (JIRA)" <ji...@apache.org> on 2010/08/25 03:06:19 UTC

[jira] Updated: (MAPREDUCE-2029) DistributedRaidFileSystem not removed from cache on close()

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

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

    Assignee: Ramkumar Vadali

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