Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-12379 NameNode getListing should use FileStatus instead of HdfsFileStatus
- Open
- relates to
-
HDFS-958 Remove uneccessary creation of FileStatus objects in NameNode
- Open