[ https://issues.apache.org/jira/browse/MAPREDUCE-6940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Lowe reassigned MAPREDUCE-6940: ------------------------------------- Assignee: Oleg Danilov Hadoop Flags: Reviewed +1 lgtm. Committing this. > 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 > Assignee: Oleg Danilov > Priority: Minor > Attachments: MAPREDUCE-6940.patch > > > 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: mapreduce-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org