Author: ddas
Date: Thu Mar 12 16:43:41 2009
New Revision: 752927
URL: http://svn.apache.org/viewvc?rev=752927&view=rev
Log:
HADOOP-5278. Moved the comment about 5278 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=752927&r1=752926&r2=752927&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu Mar 12 16:43:41 2009
@@ -257,9 +257,6 @@
HADOOP-5300. Fix ant javadoc-dev target and the typo in the class name
NameNodeActivtyMBean. (szetszwo)
- 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)
-
HADOOP-5305. Increase number of files and print debug messages in
TestCopyFiles. (szetszwo)
@@ -982,6 +979,9 @@
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)
+
Release 0.19.2 - Unreleased
BUG FIXES