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 wa...@apache.org on 2016/02/09 03:50:24 UTC

hadoop git commit: Move HDFS-9347 from 2.8.0 to 2.6.5 in CHANGES.txt.

Repository: hadoop
Updated Branches:
  refs/heads/trunk dbe49c1bd -> acac72911


Move HDFS-9347 from 2.8.0 to 2.6.5 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/acac7291
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/acac7291
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/acac7291

Branch: refs/heads/trunk
Commit: acac72911e59a54414cc72c788626792b24af2f3
Parents: dbe49c1
Author: Walter Su <wa...@apache.org>
Authored: Tue Feb 9 10:48:10 2016 +0800
Committer: Walter Su <wa...@apache.org>
Committed: Tue Feb 9 10:48:10 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/acac7291/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 44d5395..9b36319 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -2650,9 +2650,6 @@ Release 2.8.0 - UNRELEASED
     replicas should go through BlockPlacementPolicy
     (J.Andreina via vinayakumarb)
 
-    HDFS-9347. Invariant assumption in TestQuorumJournalManager.shutdown()
-    is wrong. (Wei-Chiu Chuang via zhz)
-
     HDFS-9589. Block files which have been hardlinked should be duplicated
     before the DataNode appends to the them (cmccabe)
 
@@ -3918,6 +3915,8 @@ Release 2.6.5 - UNRELEASED
 
   BUG FIXES
 
+    HDFS-9347. Invariant assumption in TestQuorumJournalManager.shutdown()
+    is wrong. (Wei-Chiu Chuang via zhz)
 
 Release 2.6.4 - UNRELEASED