浏览代码

Fix up CHANGES.txt

Kihwal Lee 9 年之前
父节点
当前提交
a90dcb0865
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

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

@@ -14,8 +14,6 @@ Release 2.7.3 - UNRELEASED
     HDFS-7163. WebHdfsFileSystem should retry reads according to the configured
     retry policy. (Eric Payne via kihwal)
 
-    HDFS-9574. Reduce client failures during datanode restart (kihwal)
-
     HDFS-9047. Retire libwebhdfs (kihwal)
 
     HDFS-9569. Log the name of the fsimage being loaded for better
@@ -71,6 +69,8 @@ Release 2.7.2 - UNRELEASED
     HDFS-9221. HdfsServerConstants#ReplicaState#getState should avoid calling
     values() since it creates a temporary array. (Staffan Friberg via yliu)
 
+    HDFS-9574. Reduce client failures during datanode restart (kihwal)
+
   OPTIMIZATIONS
 
     HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal)