[
https://issues.apache.org/jira/browse/MAPREDUCE-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926087#action_12926087
]
Hudson commented on MAPREDUCE-2029:
-----------------------------------
Integrated in Hadoop-Mapreduce-trunk-Commit #523 (See
[https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/523/])
> 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
> Fix For: 0.22.0
>
> 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.