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