You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by co...@apache.org on 2009/12/22 01:01:11 UTC

svn commit: r893039 - /hadoop/hdfs/trunk/CHANGES.txt

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)