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/12 17:39:01 UTC

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

Author: ddas
Date: Thu Mar 12 16:39:00 2009
New Revision: 752925

URL: http://svn.apache.org/viewvc?rev=752925&view=rev
Log:
HADOOP-5276. Moved the comment about 5276 to branch-0.20 section.

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=752925&r1=752924&r2=752925&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu Mar 12 16:39:00 2009
@@ -257,9 +257,6 @@
     HADOOP-5300. Fix ant javadoc-dev target and the typo in the class name
     NameNodeActivtyMBean.  (szetszwo)
 
-    HADOOP-5276. Fixes a problem to do with updating the start time of a task when
-    the tracker that ran the task is lost. (Amar Kamat via ddas)
-
     HADOOP-5278. Fixes a problem to do with logging the finish time of a task during
     recovery (after a JobTracker restart). (Amar Kamat via ddas)
 
@@ -982,6 +979,9 @@
     HADOOP-5395. Change the exception message when a job is submitted to an
     invalid queue. (Rahul Kumar Singh via yhemanth)
 
+    HADOOP-5276. Fixes a problem to do with updating the start time of a task when
+    the tracker that ran the task is lost. (Amar Kamat via ddas)
+
 Release 0.19.2 - Unreleased
 
   BUG FIXES