You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Hairong Kuang (JIRA)" <ji...@apache.org> on 2010/02/09 08:05:28 UTC

[jira] Created: (HDFS-958) Remove uneccessary creation of FileStatus objects in NameNode

Remove uneccessary creation of FileStatus objects in NameNode
-------------------------------------------------------------

                 Key: HDFS-958
                 URL: https://issues.apache.org/jira/browse/HDFS-958
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: name-node
            Reporter: Hairong Kuang
            Assignee: Hairong Kuang
             Fix For: 0.22.0


NameNode creates FileStatus objects when
1. write audit logs
2. change file's lease

The uses of FileStatus in these places are not necessary. We could use INode instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.