CreateEditLogs should generate a realistic edit log.
----------------------------------------------------

                 Key: HDFS-2886
                 URL: https://issues.apache.org/jira/browse/HDFS-2886
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: name-node
    Affects Versions: 0.21.0
            Reporter: Konstantin Shvachko
            Assignee: Konstantin Shvachko


CreateEditsLog generates non-standard transactions. In real life first 
transaction that creates a file does not contain blocks. While CreateEditsLog 
adds blocks to this transaction. Change CreateEditsLog to produce real-life 
transaction. 
Also cleanup unused parameters for {{FSDirectory.updateFile()}}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to