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 ki...@apache.org on 2016/01/14 16:59:21 UTC

hadoop git commit: Fix up CHANGES.txt

Repository: hadoop
Updated Branches:
  refs/heads/branch-2.7 c2d1d6952 -> a90dcb086


Fix up CHANGES.txt


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

Branch: refs/heads/branch-2.7
Commit: a90dcb0865d28afdf7fd2b265bf54eef9fe7ca2b
Parents: c2d1d69
Author: Kihwal Lee <ki...@apache.org>
Authored: Thu Jan 14 09:58:35 2016 -0600
Committer: Kihwal Lee <ki...@apache.org>
Committed: Thu Jan 14 09:58:35 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/a90dcb08/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 a32354d..9d9d7ec 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -14,8 +14,6 @@ Release 2.7.3 - UNRELEASED
     HDFS-7163. WebHdfsFileSystem should retry reads according to the configured
     retry policy. (Eric Payne via kihwal)
 
-    HDFS-9574. Reduce client failures during datanode restart (kihwal)
-
     HDFS-9047. Retire libwebhdfs (kihwal)
 
     HDFS-9569. Log the name of the fsimage being loaded for better
@@ -71,6 +69,8 @@ Release 2.7.2 - UNRELEASED
     HDFS-9221. HdfsServerConstants#ReplicaState#getState should avoid calling
     values() since it creates a temporary array. (Staffan Friberg via yliu)
 
+    HDFS-9574. Reduce client failures during datanode restart (kihwal)
+
   OPTIMIZATIONS
 
     HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal)