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 as...@apache.org on 2015/12/23 00:51:44 UTC

[45/50] [abbrv] hadoop git commit: Move HDFS-8914 from 2.8.0 to 2.7.3 in CHANGES.txt.

Move HDFS-8914 from 2.8.0 to 2.7.3 in CHANGES.txt.


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

Branch: refs/heads/yarn-2877
Commit: 2cb5afffc4c546e3d0d0f68a921905967047b0e0
Parents: fa54402
Author: Akira Ajisaka <aa...@apache.org>
Authored: Mon Dec 21 21:52:04 2015 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Mon Dec 21 21:52:04 2015 +0900

----------------------------------------------------------------------
 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/2cb5afff/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 92fefe9..0359a46 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -2454,9 +2454,6 @@ Release 2.8.0 - UNRELEASED
     HDFS-9443. Disabling HDFS client socket cache causes logging message
     printed to console for CLI commands. (Chris Nauroth via wheat9)
 
-    HDFS-8914. Document HA support in the HDFS HdfsDesign.md.
-    (Lars Francke via wheat9)
-
     HDFS-6885. Fix wrong use of BytesWritable in FSEditLogOp#RenameOp.
     (Yi Liu via wheat9)
 
@@ -2568,6 +2565,9 @@ Release 2.7.3 - UNRELEASED
     HDFS-9505. HDFS Architecture documentation needs to be refreshed.
     (Masatake Iwasaki via aajisaka)
 
+    HDFS-8914. Document HA support in the HDFS HdfsDesign.md.
+    (Lars Francke via wheat9)
+
 Release 2.7.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES