[
https://issues.apache.org/jira/browse/HADOOP-6356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918314#action_12918314
]
Sanjay Radia commented on HADOOP-6356:
--------------------------------------
We could add a cache at the rpcProxy layer.
This will avoid the extra round trip for FileContext operations to a file
system other then the default filesystem. However the current bug of where the
NN reboots with the different version will remain.
> Add a Cache for AbstractFileSystem in the new FileContext/AbstractFileSystem
> framework.
> ---------------------------------------------------------------------------------------
>
> Key: HADOOP-6356
> URL: https://issues.apache.org/jira/browse/HADOOP-6356
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs
> Affects Versions: 0.22.0
> Reporter: Sanjay Radia
> Assignee: Sanjay Radia
> Fix For: 0.22.0
>
>
> The new filesystem framework, FileContext and AbstractFileSystem does not
> implement a cache for AbstractFileSystem.
> This Jira proposes to add a cache to the new framework just like with the old
> FileSystem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.