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
This commit is contained in:
Michael Stack 2011-07-12 20:28:36 +00:00
parent 714edd65ac
commit 94f3b578ef

View File

@ -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)