Konstantin Shvachko created HDFS-4308:
-----------------------------------------

             Summary: addBlock() should persist file blocks once
                 Key: HDFS-4308
                 URL: https://issues.apache.org/jira/browse/HDFS-4308
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: namenode
    Affects Versions: 2.0.3-alpha
            Reporter: Konstantin Shvachko


FSNamesystem.getAdditionalBlock() persists all file blocks twice, first in 
{{dir.removeBlock()}} using OP_ADD, then immediately after that in 
{{dir.persistBlocks()}} using OP_UPDATE_BLOCKS.
This should be aggregated in one call to logEdit().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to