Browse Source

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

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

+ 3 - 3
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -1740,9 +1740,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)
 
@@ -3030,6 +3027,9 @@ 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
 
   INCOMPATIBLE CHANGES