[ https://issues.apache.org/jira/browse/HDFS-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13201904#comment-13201904 ]
Hudson commented on HDFS-2886: ------------------------------ Integrated in Hadoop-Hdfs-trunk-Commit #1749 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1749/]) HDFS-2886. CreateEditLogs should generate a realistic edit log. Contributed by Konstantin Shvachko. shv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1241296 Files : * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSEditLogLoader.java * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/CreateEditsLog.java * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLog.java > 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.24.0, 0.23.1, 0.22.1 > Reporter: Konstantin Shvachko > Assignee: Konstantin Shvachko > Attachments: createLog-0.22.patch, createLog-trunk.patch > > > 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