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 ha...@apache.org on 2010/01/15 19:37:15 UTC

svn commit: r899747 - /hadoop/hdfs/trunk/CHANGES.txt

Author: hairong
Date: Fri Jan 15 18:37:13 2010
New Revision: 899747

URL: http://svn.apache.org/viewvc?rev=899747&view=rev
Log:
Move the change logs of HDFS-793 and HDFS-101 from 0.20 section to 0.21 section

Modified:
    hadoop/hdfs/trunk/CHANGES.txt

Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=899747&r1=899746&r2=899747&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Fri Jan 15 18:37:13 2010
@@ -625,6 +625,12 @@
     HDFS-897. Fix a bug related to generation stamp comparison in 
     ReplicasMap. (suresh)
 
+    HDFS-793. Data node should receive the whole packet ack message before it
+    constructs and sends its own ack message for the packet. (hairong)
+
+    HDFS-101. DFS write pipeline: DFSClient sometimes does not detect second
+    datanode failure. (hairong)
+
 Release 0.20.2 - Unreleased
 
   IMPROVEMENTS
@@ -652,15 +658,9 @@
     HDFS-596. Fix memory leak in hdfsFreeFileInfo() for libhdfs.
     (Zhang Bingjun via dhruba)
 
-    HDFS-793. Data node should receive the whole packet ack message before it
-    constructs and sends its own ack message for the packet. (hairong)
-
     HDFS-185. Disallow chown, chgrp, chmod, setQuota, and setSpaceQuota when
     name-node is in safemode. (Ravi Phulari via shv)
 
-    HDFS-101. DFS write pipeline: DFSClient sometimes does not detect second
-    datanode failure. (hairong)
-
     HDFS-187. Initialize secondary namenode http address in TestStartup.
     (Todd Lipcon via szetszwo)