You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by at...@apache.org on 2011/10/12 08:26:26 UTC

svn commit: r1182220 - /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Author: atm
Date: Wed Oct 12 06:26:26 2011
New Revision: 1182220

URL: http://svn.apache.org/viewvc?rev=1182220&view=rev
Log:
Move line for HDFS-2422 under 0.23 instead of 0.24.

Modified:
    hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

Modified: hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt?rev=1182220&r1=1182219&r2=1182220&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original)
+++ hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Wed Oct 12 06:26:26 2011
@@ -110,9 +110,6 @@ Trunk (unreleased changes)
 
     HDFS-2404. webhdfs liststatus json response is not correct. (suresh)
 
-    HDFS-2422. The NN should tolerate the same number of low-resource volumes
-               as failed volumes (atm)
-
     HDFS-2349. Corruption detected during block transfers between DNs
                should log a WARN instead of INFO. (harsh)
 
@@ -1138,6 +1135,9 @@ Release 0.23.0 - Unreleased
 
     HDFS-2414. Fix TestDFSRollback to avoid spurious failures. (todd)
 
+    HDFS-2422. The NN should tolerate the same number of low-resource volumes
+               as failed volumes (atm)
+
   BREAKDOWN OF HDFS-1073 SUBTASKS
 
     HDFS-1521. Persist transaction ID on disk between NN restarts.