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 to...@apache.org on 2011/06/15 23:35:33 UTC

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

Author: todd
Date: Wed Jun 15 21:35:33 2011
New Revision: 1136204

URL: http://svn.apache.org/viewvc?rev=1136204&view=rev
Log:
Move HDFS-941 to 0.22 section of CHANGES.txt since it was voted to go into that branch as well.

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

Modified: hadoop/common/trunk/hdfs/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hdfs/CHANGES.txt?rev=1136204&r1=1136203&r2=1136204&view=diff
==============================================================================
--- hadoop/common/trunk/hdfs/CHANGES.txt (original)
+++ hadoop/common/trunk/hdfs/CHANGES.txt Wed Jun 15 21:35:33 2011
@@ -518,9 +518,6 @@ Trunk (unreleased changes)
     HDFS-1826. NameNode should save image to name directories in parallel
     during upgrade. (Matt Foley via hairong)
 
-    HDFS-941. The DFS client should cache and reuse open sockets to datanodes
-    while performing reads. (bc Wong and Todd Lipcon via todd)
-
     HDFS-2030. Improve usability of namenode -upgrade command.
     (Bharath Mundlapudi via suresh)
 
@@ -1019,6 +1016,9 @@ Release 0.22.0 - Unreleased
     HDFS-1434. Refactor Datanode#startDataNode method into smaller methods.
     (suresh)
 
+    HDFS-941. The DFS client should cache and reuse open sockets to datanodes
+    while performing reads. (bc Wong and Todd Lipcon via todd)
+
   BUG FIXES
 
     HDFS-1039. Adding test for  JspHelper.getUGI(jnp via boryas)