Return-Path: X-Original-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1361900D for ; Wed, 8 Feb 2012 03:00:16 +0000 (UTC) Received: (qmail 36382 invoked by uid 500); 8 Feb 2012 03:00:16 -0000 Delivered-To: apmail-hadoop-hdfs-commits-archive@hadoop.apache.org Received: (qmail 36310 invoked by uid 500); 8 Feb 2012 03:00:13 -0000 Mailing-List: contact hdfs-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-commits@hadoop.apache.org Received: (qmail 36297 invoked by uid 99); 8 Feb 2012 03:00:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2012 03:00:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2012 03:00:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0DB1323888E7; Wed, 8 Feb 2012 02:59:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1241753 - /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Date: Wed, 08 Feb 2012 02:59:51 -0000 To: hdfs-commits@hadoop.apache.org From: suresh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120208025952.0DB1323888E7@eris.apache.org> Author: suresh Date: Wed Feb 8 02:59:51 2012 New Revision: 1241753 URL: http://svn.apache.org/viewvc?rev=1241753&view=rev Log: Fixing 0.23.1 version of the CHANGES.txt to make it consistent with the CHANGES.txt from trunk Modified: hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Modified: hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt?rev=1241753&r1=1241752&r2=1241753&view=diff ============================================================================== --- hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt (original) +++ hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt Wed Feb 8 02:59:51 2012 @@ -15,6 +15,10 @@ Release 0.23.1 - UNRELEASED HDFS-2545. Change WebHDFS to support multiple namenodes in federation. (szetszwo) + HDFS-2178. Contributing Hoop to HDFS, replacement for HDFS proxy + with read/write capabilities. (tucu) + + IMPROVEMENTS HDFS-2560. Refactor BPOfferService to be a static inner class (todd) @@ -48,9 +52,6 @@ Release 0.23.1 - UNRELEASED HDFS-2604. Add a log message to show if WebHDFS is enabled and a configuration section in the forrest doc. (szetszwo) - HDFS-2178. Contributing Hoop to HDFS, replacement for HDFS proxy - with read/write capabilities. (tucu) - HDFS-2511. Add dev script to generate HDFS protobufs. (tucu) HDFS-2654. Make BlockReaderLocal not extend RemoteBlockReader2. (eli) @@ -61,7 +62,8 @@ Release 0.23.1 - UNRELEASED HDFS-2335. DataNodeCluster and NNStorage always pull fresh entropy. (Uma Maheswara Rao G via eli) - HDFS-2574. Remove references to some deprecated properties in conf templates and defaults files. (Joe Crobak via harsh) + HDFS-2574. Remove references to some deprecated properties in conf + templates and defaults files. (Joe Crobak via harsh) HDFS-2722. HttpFs should not be using an int for block size. (harsh) @@ -69,19 +71,22 @@ Release 0.23.1 - UNRELEASED suresh) HDFS-2349. Corruption detected during block transfers between DNs - should log a WARN instead of INFO. (harsh) + should log a WARN instead of INFO. (harsh) - HDFS-2729. Update BlockManager's comments regarding the invalid block set (harsh) + HDFS-2729. Update BlockManager's comments regarding the invalid block + set (harsh) - HDFS-2726. Fix a logging issue under DFSClient's createBlockOutputStream method (harsh) + HDFS-2726. Fix a logging issue under DFSClient's createBlockOutputStream + method (harsh) HDFS-554. Use System.arraycopy in BlockInfo.ensureCapacity. (harsh) - HDFS-1314. Make dfs.blocksize accept size-indicating prefixes (Sho Shimauchi via harsh) + HDFS-1314. Make dfs.blocksize accept size-indicating prefixes. + (Sho Shimauchi via harsh) HDFS-69. Improve the 'dfsadmin' commandline help. (harsh) - HDFS-2788. HdfsServerConstants#DN_KEEPALIVE_TIMEOUT is dead code (eli) + 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 @@ -94,7 +99,7 @@ Release 0.23.1 - UNRELEASED HDFS-2818. Fix a missing space issue in HDFS webapps' title tags. (Devaraj K via harsh) - HDFS-2397. Undeprecate SecondaryNameNode (eli) + HDFS-2397. Undeprecate SecondaryNameNode. (eli) HDFS-2814. NamenodeMXBean does not account for svn revision in the version information. (Hitesh Shah via jitendra) @@ -198,11 +203,14 @@ Release 0.23.1 - UNRELEASED HDFS-442. dfsthroughput in test jar throws NPE (harsh) - HDFS-2836. HttpFSServer still has 2 javadoc warnings in trunk (revans2 via tucu) + HDFS-2836. HttpFSServer still has 2 javadoc warnings in trunk. + (revans2 via tucu) - HDFS-2837. mvn javadoc:javadoc not seeing LimitedPrivate class (revans2 via tucu) + HDFS-2837. mvn javadoc:javadoc not seeing LimitedPrivate class. + (revans2 via tucu) - HDFS-2840. TestHostnameFilter should work with localhost or localhost.localdomain (tucu) + HDFS-2840. TestHostnameFilter should work with localhost or + localhost.localdomain (tucu) HDFS-2791. If block report races with closing of file, replica is incorrectly marked corrupt. (todd)