소스 검색

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)