From 94f3b578efbd717fd121c1723df3255e2065013f Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Tue, 12 Jul 2011 20:28:36 +0000 Subject: [PATCH] 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 --- hdfs/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hdfs/CHANGES.txt b/hdfs/CHANGES.txt index af2a12094e0..aa0f172d7d9 100644 --- a/hdfs/CHANGES.txt +++ b/hdfs/CHANGES.txt @@ -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)