Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove extra empty line
  • Loading branch information
Hieu Huynh authored and Hieu Huynh committed Jul 16, 2018
commit b2affd221a509557cf616ba5facbe05cbd8a144f
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ private[spark] class TaskSetManager(
// be re-run because the missing map data needs to be regenerated first.
val successful = new Array[Boolean](numTasks)
private val numFailures = new Array[Int](numTasks)



// Add the tid of task into this HashSet when the task is killed by other attempt tasks.
// This happened while we set the `spark.speculation` to true. The task killed by others
// should not resubmit while executor lost.
Expand Down