Haohui Mai created HDFS-7543: -------------------------------- Summary: Avoid path resolution when getting FileStatus for audit logs Key: HDFS-7543 URL: https://issues.apache.org/jira/browse/HDFS-7543 Project: Hadoop HDFS Issue Type: Improvement Reporter: Haohui Mai Assignee: Haohui Mai
The current API of {{getAuditFileInfo()}} forces parsing the paths again when generating the {{HdfsFileStatus}} for audit logs. This jira proposes to avoid the repeated parsing by passing the {{INodesInPath}} object instead of the path. -- This message was sent by Atlassian JIRA (v6.3.4#6332)