Bläddra i källkod

Preparing to commit HADOOP-3370 to branch-0.17

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.18@679587 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 17 år sedan
förälder
incheckning
0fb5836d92
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -475,9 +475,6 @@ Release 0.18.0 - Unreleased
     hierarchy. This also adds a new counter to track cache hits at levels
     greater than two. (Amar Kamat via cdouglas)
 
-    HADOOP-3370. Ensure that the TaskTracker.runningJobs data-structure is
-    correctly cleaned-up on task completion. (Zheng Shao via acmurthy) 
-
     HADOOP-3375. Lease paths were sometimes not removed from 
     LeaseManager.sortedLeasesByPath. (Tsz Wo (Nicholas), SZE via dhruba)
 
@@ -799,6 +796,9 @@ Release 0.17.2 - Unreleased
     HADOOP-3633. Correct exception handling in DataXceiveServer, and throttle
     the number of xceiver threads in a data-node. (shv)
 
+    HADOOP-3370. Ensure that the TaskTracker.runningJobs data-structure is
+    correctly cleaned-up on task completion. (Zheng Shao via acmurthy) 
+
 Release 0.17.1 - 2008-06-23
 
   INCOMPATIBLE CHANGES