瀏覽代碼

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 年之前
父節點
當前提交
da5df3af0a
共有 1 個文件被更改,包括 3 次插入3 次删除
  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)