You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by su...@apache.org on 2012/03/15 01:22:25 UTC

svn commit: r1300794 - /hadoop/common/branches/branch-1/CHANGES.txt

Author: suresh
Date: Thu Mar 15 00:22:25 2012
New Revision: 1300794

URL: http://svn.apache.org/viewvc?rev=1300794&view=rev
Log:
Moving HDFS-2701, HDFS-2703, HDFS-2702 to section under Release 1.0.2

Modified:
    hadoop/common/branches/branch-1/CHANGES.txt

Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1300794&r1=1300793&r2=1300794&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Thu Mar 15 00:22:25 2012
@@ -7,8 +7,6 @@ Release 1.1.0 - unreleased
     MAPREDUCE-3118. Backport Gridmix and Rumen features to
                     branch-0.20-security (Ravi Gummadi via amarrk)
 
-    HDFS-2978. The NameNode should expose name dir statuses via JMX. (atm)
-
   BUG FIXES
 
     HDFS-2305. Running multiple 2NNs can result in corrupt file system. (atm)
@@ -68,11 +66,6 @@ Release 1.1.0 - unreleased
     HDFS-2653. DFSClient should cache whether addrs are non-local when
     short-circuiting is enabled. (eli)
 
-    HDFS-2703. removedStorageDirs is not updated everywhere we remove
-    a storage dir. (eli)
-
-    HDFS-2702. A single failed name dir can cause the NN to exit. (eli)
-
     HADOOP-7942. enabling clover coverage reports fails hadoop unit test 
     compilation. (jitendra)
 
@@ -150,8 +143,6 @@ Release 1.1.0 - unreleased
 
     HDFS-2654. Make BlockReaderLocal not extend RemoteBlockReader2. (eli)
 
-    HDFS-2701. Cleanup FS* processIOError methods. (eli)
-
     HDFS-2547. Fix inaccuracy in ReplicationTargetChooser comments. (harsh)
 
     MAPREDUCE-2919. The JT web UI should show job start times. (harsh)
@@ -173,6 +164,10 @@ Release 1.0.2 - unreleased
     HADOOP-7206. Support Snappy compression. (Issei Yoshida and
     Alejandro Abdelnur via vinodkv).
 
+    HDFS-2701. Cleanup FS* processIOError methods. (eli)
+
+    HDFS-2978. The NameNode should expose name dir statuses via JMX. (atm)
+
   IMPROVEMENTS
 
     MAPREDUCE-3773. Add queue metrics with buckets for job run times. (omalley
@@ -200,6 +195,11 @@ Release 1.0.2 - unreleased
     MAPREDUCE-764. Fix TypedBytesInput.readRaw to preserve custom type codes.  
     (Klaas Bosteels via acmurthy) 
 
+    HDFS-2703. removedStorageDirs is not updated everywhere we remove
+    a storage dir. (eli)
+
+    HDFS-2702. A single failed name dir can cause the NN to exit. (eli)
+
 Release 1.0.1 - 2012.02.14
 
   NEW FEATURES