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 "dhruba borthakur (JIRA)" <ji...@apache.org> on 2010/02/14 10:47:29 UTC

[jira] Created: (HDFS-978) Record every new block allocation of a file into the transaction log.

Record every new block allocation of a file into the transaction log.
---------------------------------------------------------------------

                 Key: HDFS-978
                 URL: https://issues.apache.org/jira/browse/HDFS-978
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: name-node
            Reporter: dhruba borthakur


HDFS should record every new block allocation (of a file) into its transaction logs. In the current code, block allocations are persisted only when a file is closed or hflush-ed. This feature will enable HDFS writers to survive namenode restarts.

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