From 48b76c8301b7234856274b66037919ab640bf188 Mon Sep 17 00:00:00 2001 From: Konstantin V Shvachko Date: Wed, 3 Feb 2016 14:34:23 -0800 Subject: [PATCH] Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv) --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 103edad27b1..bd4163ba844 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -984,9 +984,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) @@ -2696,6 +2693,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