You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by dd...@apache.org on 2009/03/08 17:31:44 UTC

svn commit: r751463 - /hadoop/core/trunk/CHANGES.txt

Author: ddas
Date: Sun Mar  8 16:31:43 2009
New Revision: 751463

URL: http://svn.apache.org/viewvc?rev=751463&view=rev
Log:
HADOOP-5285. Moved the message for 5285 commit in CHANGES.txt under 0.19.2.

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=751463&r1=751462&r2=751463&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Sun Mar  8 16:31:43 2009
@@ -913,13 +913,6 @@
     HADOOP-5282. Fixed job history logs for task attempts that are failed by the
     JobTracker, say due to lost task trackers. (Amar Kamat via yhemanth)
 
-    HADOOP-5285. Fixes the issues - (1) obtainTaskCleanupTask checks whether job is
-    inited before trying to lock the JobInProgress (2) Moves the CleanupQueue class
-    outside the TaskTracker and makes it a generic class that is used by the 
-    JobTracker also for deleting the paths on the job's output fs. (3) Moves the
-    references to completedJobStore outside the block where the JobTracker is locked.
-    (ddas)
-
     HADOOP-5241. Fixes a bug in disk-space resource estimation. Makes the estimation
     formula linear where blowUp = Total-Output/Total-Input. (Sharad Agarwal via ddas)
 
@@ -969,6 +962,13 @@
     HADOOP-5376. Fixes the code handling lost tasktrackers to set the task state
     to KILLED_UNCLEAN only for relevant type of tasks.
     (Amareshwari Sriramadasu via yhemanth)
+
+    HADOOP-5285. Fixes the issues - (1) obtainTaskCleanupTask checks whether job is
+    inited before trying to lock the JobInProgress (2) Moves the CleanupQueue class
+    outside the TaskTracker and makes it a generic class that is used by the 
+    JobTracker also for deleting the paths on the job's output fs. (3) Moves the
+    references to completedJobStore outside the block where the JobTracker is locked.
+    (ddas)
  
 Release 0.19.1 - Unreleased