Browse Source

Move HDFS-9347 from 2.8.0 to 2.6.5 in CHANGES.txt.

Walter Su 9 years ago
parent
commit
acac72911e
1 changed files with 2 additions and 3 deletions
  1. 2 3
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

+ 2 - 3
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