Author: wheat9 Date: Tue Apr 29 17:49:22 2014 New Revision: 1591032 URL: http://svn.apache.org/r1591032 Log: Move the changelist of HDFS-5892 fro 2.4.0 to 2.5.0.
Modified: hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Modified: hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt?rev=1591032&r1=1591031&r2=1591032&view=diff ============================================================================== --- hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original) +++ hadoop/common/branches/branch-2/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Tue Apr 29 17:49:22 2014 @@ -163,6 +163,8 @@ Release 2.5.0 - UNRELEASED HDFS-6288. DFSInputStream Pread doesn't update ReadStatistics. (Juan Yu via wang) + HDFS-5892. TestDeleteBlockPool fails in branch-2. (Ted Yu via wheat9) + Release 2.4.1 - UNRELEASED INCOMPATIBLE CHANGES @@ -598,8 +600,6 @@ Release 2.4.0 - 2014-04-07 HDFS-6071. BlockReaderLocal doesn't return -1 on EOF when doing a zero-length read on a short file (cmccabe) - HDFS-5892. TestDeleteBlockPool fails in branch-2. (Ted Yu via wheat9) - HDFS-6077. Running slive with webhdfs on secure HA cluster fails with unkown host exception. (jing9)