[ https://issues.apache.org/jira/browse/HDFS-7831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14335213#comment-14335213 ]
Hudson commented on HDFS-7831: ------------------------------ FAILURE: Integrated in Hadoop-trunk-Commit #7189 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/7189/]) HDFS-7831. Fix the starting index and end condition of the loop in FileDiffList.findEarlierSnapshotBlocks(). Contributed by Konstantin Shvachko. (jing9: rev 73bcfa99af61e5202f030510db8954c17cba43cc) * hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/FileDiffList.java > Fix the starting index and end condition of the loop in > FileDiffList.findEarlierSnapshotBlocks() > ------------------------------------------------------------------------------------------------ > > Key: HDFS-7831 > URL: https://issues.apache.org/jira/browse/HDFS-7831 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 2.7.0 > Reporter: Konstantin Shvachko > Assignee: Konstantin Shvachko > Fix For: 2.7.0 > > Attachments: HDFS-7831-01.patch > > > Currently the loop in {{FileDiffList.findEarlierSnapshotBlocks()}} starts > from {{insertPoint + 1}}. It should start from {{insertPoint - 1}}. As noted > in [Jing's > comment|https://issues.apache.org/jira/browse/HDFS-7056?focusedCommentId=14333864&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14333864] -- This message was sent by Atlassian JIRA (v6.3.4#6332)