You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sh...@apache.org on 2016/02/03 23:35:00 UTC

hadoop git commit: Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv)

Repository: hadoop
Updated Branches:
  refs/heads/trunk 7badf1560 -> 48b76c830


Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/48b76c83
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/48b76c83
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/48b76c83

Branch: refs/heads/trunk
Commit: 48b76c8301b7234856274b66037919ab640bf188
Parents: 7badf15
Author: Konstantin V Shvachko <sh...@apache.org>
Authored: Wed Feb 3 14:34:23 2016 -0800
Committer: Konstantin V Shvachko <sh...@apache.org>
Committed: Wed Feb 3 14:34:23 2016 -0800

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/48b76c83/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index 103edad..bd4163b 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