Author: acmurthy
Date: Thu Jul 24 15:31:05 2008
New Revision: 679587
URL: http://svn.apache.org/viewvc?rev=679587&view=rev
Log:
Preparing to commit HADOOP-3370 to branch-0.17
Modified:
hadoop/core/branches/branch-0.18/CHANGES.txt
Modified: hadoop/core/branches/branch-0.18/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.18/CHANGES.txt?rev=679587&r1=679586&r2=679587&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.18/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.18/CHANGES.txt Thu Jul 24 15:31:05 2008
@@ -475,9 +475,6 @@
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 @@
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