MAPREDUCE-6940. Copy-paste error in the TaskAttemptUnsuccessfulCompletionEvent constructor. Contributed by Oleg Danilov
This commit is contained in:
parent
cf30380d46
commit
107e1722d4
|
@ -125,7 +125,7 @@ public class TaskAttemptUnsuccessfulCompletionEvent implements HistoryEvent {
|
|||
String hostname, int port, String rackName,
|
||||
String error, int[][] allSplits) {
|
||||
this(id, taskType, status, finishTime, hostname, port,
|
||||
rackName, error, EMPTY_COUNTERS, null);
|
||||
rackName, error, EMPTY_COUNTERS, allSplits);
|
||||
}
|
||||
|
||||
TaskAttemptUnsuccessfulCompletionEvent() {}
|
||||
|
|
Loading…
Reference in New Issue