[
https://issues.apache.org/jira/browse/HDFS-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236193#comment-14236193
]
Haohui Mai commented on HDFS-7474:
----------------------------------
+1. The test failure looks unrelated.
> Avoid resolve path in FSPermissionChecker
> -----------------------------------------
>
> Key: HDFS-7474
> URL: https://issues.apache.org/jira/browse/HDFS-7474
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: namenode
> Reporter: Jing Zhao
> Assignee: Jing Zhao
> Attachments: HDFS-7474.000.patch, HDFS-7474.001.patch
>
>
> Currently for an typical namenode operation a path can be resolved multiple
> times. Usually the FSPermissionChecker first takes the path string as input
> and resolve the path before the real checking. After permission checking the
> path is then resolved again (and again) for real operations in FSNamesystem
> and FSDirectory. Ideally we should resolve the path only once, and use
> INodesInPath internally afterwards. As a first step, we can start from
> avoiding path resolving in FSPermissionChecker.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)