Browse Source

Move HDFS-6110 down to 2.5.0 section of CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1598787 13f79535-47bb-0310-9956-ffa450edef68
Andrew Wang 11 năm trước cách đây
mục cha
commit
da5df3af0a
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

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

@@ -317,9 +317,6 @@ Trunk (Unreleased)
     HDFS-6374. setXAttr should require the user to be the owner of the file
     or directory (Charles Lamb via wang)
 
-    HDFS-6110 adding more slow action log in critical write path
-    (Liang Xie via stack)
-
 Release 2.5.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES
@@ -461,6 +458,9 @@ Release 2.5.0 - UNRELEASED
 
     HDFS-6056. Clean up NFS config settings (brandonli)
 
+    HDFS-6110 adding more slow action log in critical write path
+    (Liang Xie via stack)
+
   OPTIMIZATIONS
 
     HDFS-6214. Webhdfs has poor throughput for files >2GB (daryn)