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:
parent
fe7711df98
commit
b89b6bd75f
@ -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
|
||||
|
@ -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()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user