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 st...@apache.org on 2011/07/12 22:28:36 UTC

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

Author: stack
Date: Tue Jul 12 20:28:36 2011
New Revision: 1145753

URL: http://svn.apache.org/viewvc?rev=1145753&view=rev
Log:
HDFS-2054 BlockSender.sendChunk() prints ERROR for connection closures encountered during transferToFully() -- moved the change notice into 0.22 section (i'd originally committed it in trunk section)

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=1145753&r1=1145752&r2=1145753&view=diff
==============================================================================
--- hadoop/common/trunk/hdfs/CHANGES.txt (original)
+++ hadoop/common/trunk/hdfs/CHANGES.txt Tue Jul 12 20:28:36 2011
@@ -546,9 +546,6 @@ Trunk (unreleased changes)
     HDFS-2134. Move DecommissionManager to the blockmanagement package.
     (szetszwo)
 
-    HDFS-2054  BlockSender.sendChunk() prints ERROR for connection closures
-    encountered during transferToFully() (Kihwal Lee via stack)
-
   OPTIMIZATIONS
 
     HDFS-1458. Improve checkpoint performance by avoiding unnecessary image
@@ -1081,6 +1078,9 @@ Release 0.22.0 - Unreleased
     UnsupportedActionException("register") instead of "journal".
     (Ching-Shen Chen via shv)
 
+    HDFS-2054  BlockSender.sendChunk() prints ERROR for connection closures
+    encountered during transferToFully() (Kihwal Lee via stack)
+
   OPTIMIZATIONS
 
     HDFS-1140. Speedup INode.getPathComponents. (Dmytro Molkov via shv)