瀏覽代碼

Moved some jiras from 1.2.0 section to 1.1.1 release section

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1407273 13f79535-47bb-0310-9956-ffa450edef68
Suresh Srinivas 12 年之前
父節點
當前提交
f2f379db83
共有 1 個文件被更改,包括 14 次插入13 次删除
  1. 14 13
      CHANGES.txt

+ 14 - 13
CHANGES.txt

@@ -116,9 +116,6 @@ Release 1.2.0 - unreleased
     HDFS-4122. Cleanup HDFS logs and reduce the size of logged messages.
     (suresh)
 
-    HADOOP-8995. Remove unnecessary bogus exception from Configuration.java.
-    (Jing Zhao via suresh)
-
   OPTIMIZATIONS
 
     HDFS-2533. Backport: Remove needless synchronization on some FSDataSet
@@ -225,9 +222,6 @@ Release 1.2.0 - unreleased
     MAPREDUCE-1684. ClusterStatus can be cached in 
     CapacityTaskScheduler.assignTasks() (Koji Noguchi via tgraves)
 
-    HDFS-2815. Namenode is not coming out of safemode when we perform ( NN crash + restart ). 
-    Also FSCK report shows blocks missed. (umamahesh)
-
     MAPREDUCE-4629. Remove JobHistory.DEBUG_MODE (Karthik Kambatla via bobby)
 
     HADOOP-8745. Incorrect version numbers in hadoop-core POM.
@@ -274,16 +268,9 @@ Release 1.2.0 - unreleased
     MAPREDUCE-4706. FairScheduler#dump(): Computing of # running maps and
     reduces is commented out. (Karthik Kambatla via tomwhite)
 
-    HADOOP-8878. Uppercase namenode hostname causes hadoop dfs calls with
-    webhdfs filesystem and fsck to fail when security is on.
-    (Arpit Gupta via suresh)
-
     MAPREDUCE-4451. fairscheduler fail to init job with kerberos authentication 
     configured. (erik.fang via tucu)
 
-    HADOOP-8882. Uppercase namenode host name causes fsck to fail when 
-    useKsslAuth is on. (Arpit Gupta via suresh)
-
     HADOOP-6496. HttpServer sends wrong content-type for CSS files.
     (Todd Lipcon, Backport by Ivan Mitic via suresh).
 
@@ -323,12 +310,26 @@ Release 1.1.1 - Unreleased
 
     HADOOP-8823. ant package target should not depend on cn-docs. (szetszwo)
 
+    HADOOP-8995. Remove unnecessary bogus exception from Configuration.java.
+    (Jing Zhao via suresh)
+
+
   BUG FIXES
 
+    HADOOP-8878. Uppercase namenode hostname causes hadoop dfs calls with
+    webhdfs filesystem and fsck to fail when security is on.
+    (Arpit Gupta via suresh)
+
+    HADOOP-8882. Uppercase namenode host name causes fsck to fail when 
+    useKsslAuth is on. (Arpit Gupta via suresh)
+
     HDFS-3791. HDFS-173 Backport - Namenode will not block until a large 
     directory deletion completes. It allows other operations when the 
     deletion is in progress. (umamahesh via suresh)
 
+    HDFS-2815. Namenode is not coming out of safemode when we perform ( NN crash + restart ). 
+    Also FSCK report shows blocks missed. (umamahesh)
+
 Release 1.1.0 - 2012.09.28
 
   INCOMPATIBLE CHANGES