Browse Source

Move HDFS-6945 to 2.7.2 section in CHANGES.txt.

(cherry picked from commit a628f675900d2533ddf86fb3d3e601238ecd68c3)
Akira Ajisaka 10 years ago
parent
commit
e78ee18642
1 changed files with 5 additions and 5 deletions
  1. 5 5
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

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

@@ -424,9 +424,6 @@ Release 2.8.0 - UNRELEASED
     HDFS-7997. The first non-existing xattr should also throw IOException.
     (zhouyingchao via yliu)
 
-    HDFS-6945. BlockManager should remove a block from excessReplicateMap and
-    decrement ExcessBlocks metric when the block is removed. (aajisaka)
-
     HDFS-7922. ShortCircuitCache#close is not releasing
     ScheduledThreadPoolExecutors (Rakesh R via Colin P. McCabe)
 
@@ -734,8 +731,11 @@ Release 2.7.2 - UNRELEASED
   HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal)
 
   BUG FIXES
-    
-Release 2.7.1 - 2015-07-06 
+
+    HDFS-6945. BlockManager should remove a block from excessReplicateMap and
+    decrement ExcessBlocks metric when the block is removed. (aajisaka)
+
+Release 2.7.1 - 2015-07-06
 
   INCOMPATIBLE CHANGES