Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
This constructor seems to be copy-pasted from another one, but it doesn't pass allSplits parameter as expected.
Lines 126-133:
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); }