Oleg Danilov created MAPREDUCE-6940:
---------------------------------------
Summary: Copy-paste error in the
TaskAttemptUnsuccessfulCompletionEvent constructor
Key: MAPREDUCE-6940
URL: https://issues.apache.org/jira/browse/MAPREDUCE-6940
Project: Hadoop Map/Reduce
Issue Type: Bug
Reporter: Oleg Danilov
Priority: Minor
This constructor seems to be copy-pasted from another one, but it doesn't pass
allSplits parameter as expected.
Lines 126-133:
{code:java}
public TaskAttemptUnsuccessfulCompletionEvent
(TaskAttemptID id, TaskType taskType,
String status, long finishTime,
String hostname, int port, String rackName,
String error, int[][] allSplits) {
this(id, taskType, status, finishTime, hostname, port,
rackName, error, EMPTY_COUNTERS, null);
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]