From c53c94ec463825b7e6564e14db2326b112be306c Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Mon, 16 Jan 2012 22:43:11 +0000 Subject: [PATCH] Update changelog for HDFS-362 to reflect the merge. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1232205 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 82bc6877d26..ce14733eeea 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -61,10 +61,6 @@ Trunk (unreleased changes) HDFS-2337. DFSClient shouldn't keep multiple RPC proxy references (atm) - HDFS-362. FSEditLog should not writes long and short as UTF8, and should - not use ArrayWritable for writing non-array items. (Uma Maheswara Rao G - via szetszwo) - HDFS-2351 Change Namenode and Datanode to register each of their protocols seperately. (Sanjay Radia) @@ -266,6 +262,10 @@ Release 0.23.1 - UNRELEASED HDFS-2788. HdfsServerConstants#DN_KEEPALIVE_TIMEOUT is dead code (eli) + HDFS-362. FSEditLog should not writes long and short as UTF8, and should + not use ArrayWritable for writing non-array items. (Uma Maheswara Rao G + via szetszwo) + OPTIMIZATIONS HDFS-2130. Switch default checksum to CRC32C. (todd)