From f7c0c44de21710ccd1661be28749ed625e419429 Mon Sep 17 00:00:00 2001 From: Todd Lipcon Date: Wed, 15 Jun 2011 21:35:33 +0000 Subject: [PATCH] Move HDFS-941 to 0.22 section of CHANGES.txt since it was voted to go into that branch as well. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1136204 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 97b62cefbed..f3acf8f4486 100644 --- a/hdfs/CHANGES.txt +++ b/hdfs/CHANGES.txt @@ -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)