[
https://issues.apache.org/jira/browse/HDFS-11641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daryn Sharp updated HDFS-11641:
-------------------------------
Attachment: HDFS-11641.branch-2.patch
Resolved contextual conflicts for branch-2.
> Reduce cost of audit logging by using FileStatus instead of HdfsFileStatus
> --------------------------------------------------------------------------
>
> Key: HDFS-11641
> URL: https://issues.apache.org/jira/browse/HDFS-11641
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: hdfs
> Affects Versions: 2.0.0-alpha
> Reporter: Daryn Sharp
> Assignee: Daryn Sharp
> Attachments: HDFS-11641.1.patch, HDFS-11641.branch-2.patch,
> HDFS-11641.patch
>
>
> Audit logging operations create a HdfsFileStatus but audit logging promptly
> converts it to a FileStatus to pass to the loggers. A HdfsFileStatus is more
> expensive to create, ex. multiple node to root scans for feature info that
> will only be discarded in the conversion to FileStatus. Operations should
> create a FileStatus to eliminate all the superfluous overhead.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]