Prechádzať zdrojové kódy

Move the changelist of HDFS-5892 fro 2.4.0 to 2.5.0.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1591032 13f79535-47bb-0310-9956-ffa450edef68
Haohui Mai 11 rokov pred
rodič
commit
1bb274a26e

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

@@ -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)