diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 5d09ee102e..c2f08d1d91 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/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)