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 "Konstantin Shvachko (JIRA)" <ji...@apache.org> on 2010/08/31 23:53:53 UTC

[jira] Created: (HDFS-1363) startFileInternal should return the last block of the file opened for append as an under-construction block

startFileInternal should return the last block of the file opened for append as an under-construction block
-----------------------------------------------------------------------------------------------------------

                 Key: HDFS-1363
                 URL: https://issues.apache.org/jira/browse/HDFS-1363
             Project: Hadoop HDFS
          Issue Type: Bug
    Affects Versions: 0.21.0
            Reporter: Konstantin Shvachko
             Fix For: 0.21.1


{{FSNamesystem.startFileInternal}} should convert the last block of the file opened for append to an under-construction block and return it. This will let remove the second synchronized section in {{FSNamesystem.appendFile()}} and avoid redundant computations and potential inconsistencies as stated in HDFS-1152.

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