Return-Path: Delivered-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Received: (qmail 67744 invoked from network); 22 Dec 2009 00:23:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Dec 2009 00:23:11 -0000 Received: (qmail 13077 invoked by uid 500); 22 Dec 2009 00:01:40 -0000 Delivered-To: apmail-hadoop-hdfs-commits-archive@hadoop.apache.org Received: (qmail 13066 invoked by uid 500); 22 Dec 2009 00:01:40 -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 13052 invoked by uid 99); 22 Dec 2009 00:01:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 00:01:38 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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; Tue, 22 Dec 2009 00:01:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 359FB23889D2; Tue, 22 Dec 2009 00:01:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r893039 - /hadoop/hdfs/trunk/CHANGES.txt Date: Tue, 22 Dec 2009 00:01:11 -0000 To: hdfs-commits@hadoop.apache.org From: cos@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091222000111.359FB23889D2@eris.apache.org> Author: cos Date: Tue Dec 22 00:01:10 2009 New Revision: 893039 URL: http://svn.apache.org/viewvc?rev=893039&view=rev Log: Moving JIRAs committed both to the trunk and branch-0.21 to the 0.21 release section of changes log. Modified: hadoop/hdfs/trunk/CHANGES.txt Modified: hadoop/hdfs/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=893039&r1=893038&r2=893039&view=diff ============================================================================== --- hadoop/hdfs/trunk/CHANGES.txt (original) +++ hadoop/hdfs/trunk/CHANGES.txt Tue Dec 22 00:01:10 2009 @@ -18,20 +18,11 @@ IMPROVEMENTS - HDFS-704. Unify build property names to facilitate cross-projects - modifications (cos) - HDFS-703. Replace current fault injection implementation with one from (cos) HDFS-754. Reduce ivy console output to ovservable level (cos) - HDFS-699. Add unit tests framework (Mockito) (cos, Eli Collins) - - HDFS-519. Create new tests for lease recovery (cos) - - HDFS-804. New unit tests for concurrent lease recovery (cos) - HDFS-832. HDFS side of HADOOP-6222. (cos) HDFS-840. Change tests to use FileContext test helper introduced in @@ -43,9 +34,6 @@ BUG FIXES - HDFS-646. Fix test-patch failure by adding test-contrib ant target. - (gkesavan) - HDFS-695. RaidNode should read in configuration from hdfs-site.xml. (dhruba) @@ -54,8 +42,6 @@ HDFS-750. Fix build failure due to TestRename. (suresh) - HDFS-733. TestBlockReport fails intermittently. (cos) - HDFS-712. Move libhdfs from mapreduce subproject to hdfs subproject. (Eli Collins via dhruba) @@ -67,13 +53,6 @@ HDFS-751. Fix TestCrcCorruption to pick up the correct datablocks to corrupt. (dhruba) - HDFS-774. Intermittent race condition in TestFiPipelines (cos) - - HDFS-741. TestHFlush test doesn't seek() past previously written part of - the file (cos, szetszwo) - - HDFS-706. Intermittent failures in TestFiHFlush (cos) - HDFS-763. Fix slightly misleading report from DataBlockScanner about corrupted scans. (dhruba) @@ -86,22 +65,13 @@ HDFS-785. Add Apache license to several namenode unit tests. (Ravi Phulari via jghoman) - HDFS-791. Build is broken after HDFS-787 patch has been applied (cos) - - HDFS-792. TestHDFSCLI is failing. (Todd Lipcon via cos) - HDFS-802. Update Eclipse configuration to match changes to Ivy configuration (Edwin Chan via cos) HDFS-423. Unbreak FUSE build and fuse_dfs_wrapper.sh (Eli Collins via cos) - HDFS-797. TestHDFSCLI much slower after HDFS-265 merge. (Todd Lipcon via cos) - HDFS-825. Build fails to pull latest hadoop-core-* artifacts (cos) - HDFS-812. FSNamesystem#internalReleaseLease throws NullPointerException on - a single-block file's lease recovery. (cos) - Release 0.21.0 - Unreleased INCOMPATIBLE CHANGES @@ -205,6 +175,8 @@ HDFS-631. Rename configuration keys towards API standardization and backward compatibility. (Jitendra Nath Pandey via suresh) + HDFS-669. Add unit tests framework (Mockito) (cos, Eli Collins) + HDFS-731. Support new Syncable interface in HDFS. (hairong) HDFS-702. Add HDFS implementation of AbstractFileSystem. @@ -373,6 +345,9 @@ HDFS-680. Add new access method to a copy of a block's replica. (shv) + HDFS-704. Unify build property names to facilitate cross-projects + modifications (cos) + HDFS-705. Create an adapter to access some of package-private methods of DataNode from tests (cos) @@ -412,6 +387,10 @@ HDFS-787. Upgrade some libraries to be consistent with common and mapreduce. (omalley) + HDFS-519. Create new tests for lease recovery (cos) + + HDFS-804. New unit tests for concurrent lease recovery (cos) + HDFS-813. Enable the append test in TestReadWhileWriting. (szetszwo) BUG FIXES @@ -561,11 +540,29 @@ HDFS-691. Fix an overflow error in DFSClient.DFSInputStream.available(). (szetszwo) + HDFS-733. TestBlockReport fails intermittently. (cos) + + HDFS-774. Intermittent race condition in TestFiPipelines (cos) + + HDFS-741. TestHFlush test doesn't seek() past previously written part of + the file (cos, szetszwo) + + HDFS-706. Intermittent failures in TestFiHFlush (cos) + + HDFS-646. Fix test-patch failure by adding test-contrib ant target. + (gkesavan) + + HDFS-791. Build is broken after HDFS-787 patch has been applied (cos) + + HDFS-792. TestHDFSCLI is failing. (Todd Lipcon via cos) + HDFS-781. Namenode metrics PendingDeletionBlocks is not decremented. (Suresh) HDFS-192. Fix TestBackupNode failures. (shv) + HDFS-797. TestHDFSCLI much slower after HDFS-265 merge. (Todd Lipcon via cos) + HDFS-824. Stop lease checker in TestReadWhileWriting. (szetszwo) HDFS-823. CheckPointer should use addInternalServlet for image-fetching @@ -573,6 +570,9 @@ HDFS-456. Fix URI generation for windows file paths. (shv) + HDFS-812. FSNamesystem#internalReleaseLease throws NullPointerException on + a single-block file's lease recovery. (cos) + HDFS-724. Pipeline hangs if one of the block receiver is not responsive. (hairong)