瀏覽代碼

moved MAPREDUCE-3184 to 1.0.1 release

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

+ 4 - 4
CHANGES.txt

@@ -122,10 +122,6 @@ Release 1.1.0 - unreleased
 
     MAPREDUCE-2850. Add test for MAPREDUCE-2413. (ravigummadi)
 
-    MAPREDUCE-3184. Add a thread to the TaskTracker which monitors for
-    spinning Jetty selector threads, and shuts down the daemon when one is
-    detected. (todd)
-
     HDFS-2379. Allow block reports to proceed without holding FSDataset lock.
     (todd)
 
@@ -180,6 +176,10 @@ Release 1.0.1 - 2012.02.12
     HADOOP-8009. Create hadoop-client and hadoop-minicluster artifacts for
     downstream projects. (Alejandro Abdelnur via mattf)
 
+    MAPREDUCE-3184. Add a thread to the TaskTracker which monitors for
+    spinning Jetty selector threads, and shuts down the daemon when one is
+    detected. (todd)
+
   BUG FIXES
 
     HADOOP-7960. Port HADOOP-5203 to branch-1, build version comparison is too