瀏覽代碼

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)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1145753 13f79535-47bb-0310-9956-ffa450edef68
Michael Stack 14 年之前
父節點
當前提交
94f3b578ef
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      hdfs/CHANGES.txt

+ 3 - 3
hdfs/CHANGES.txt

@@ -546,9 +546,6 @@ Trunk (unreleased changes)
     HDFS-2134. Move DecommissionManager to the blockmanagement package.
     HDFS-2134. Move DecommissionManager to the blockmanagement package.
     (szetszwo)
     (szetszwo)
 
 
-    HDFS-2054  BlockSender.sendChunk() prints ERROR for connection closures
-    encountered during transferToFully() (Kihwal Lee via stack)
-
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
     HDFS-1458. Improve checkpoint performance by avoiding unnecessary image
     HDFS-1458. Improve checkpoint performance by avoiding unnecessary image
@@ -1081,6 +1078,9 @@ Release 0.22.0 - Unreleased
     UnsupportedActionException("register") instead of "journal".
     UnsupportedActionException("register") instead of "journal".
     (Ching-Shen Chen via shv)
     (Ching-Shen Chen via shv)
 
 
+    HDFS-2054  BlockSender.sendChunk() prints ERROR for connection closures
+    encountered during transferToFully() (Kihwal Lee via stack)
+
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
     HDFS-1140. Speedup INode.getPathComponents. (Dmytro Molkov via shv)
     HDFS-1140. Speedup INode.getPathComponents. (Dmytro Molkov via shv)