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
This commit is contained in:
Thomas Graves 2012-04-17 19:21:34 +00:00
parent fe7711df98
commit b89b6bd75f
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -2731,7 +2731,7 @@ public synchronized boolean completedTask(TaskInProgress tip,
}
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()));