Browse Source

MAPREDUCE-4160. some mrv1 ant tests fail with timeout - due to 4156 (tgraves)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1327233 13f79535-47bb-0310-9956-ffa450edef68
Thomas Graves 13 years ago
parent
commit
b89b6bd75f

+ 3 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -347,6 +347,9 @@ Release 0.23.3 - UNRELEASED
 
     MAPREDUCE-4156. ant build fails compiling JobInProgress (tgraves)
 
+    MAPREDUCE-4160. some mrv1 ant tests fail with timeout - due to 4156 
+    (tgraves)
+
 Release 0.23.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-mapreduce-project/src/java/org/apache/hadoop/mapred/JobInProgress.java

@@ -2731,7 +2731,7 @@ public class JobInProgress {
     }
 
     TaskFinishedEvent tfe = new TaskFinishedEvent(tip.getTIPId(),
-        null, tip.getExecFinishTime(), taskType, 
+        statusAttemptID, tip.getExecFinishTime(), taskType, 
         TaskStatus.State.SUCCEEDED.toString(),
         new org.apache.hadoop.mapreduce.Counters(status.getCounters()));