diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 2762067bee3..27032e41abb 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -66,9 +66,6 @@ Release 2.9.0 - UNRELEASED BUG FIXES - HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle - NotReplicatedYetException on adding block (iwasakims) - HDFS-9618. Fix mismatch between log level and guard in BlockManager#computeRecoveryWorkForBlocks (iwasakims) @@ -1792,6 +1789,9 @@ Release 2.8.0 - UNRELEASED HDFS-9748. Avoid duplication in pendingReplications when addExpectedReplicasToPending is called twice. (Walter Su via jing9) + HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle + NotReplicatedYetException on adding block (iwasakims) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES