Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/22288#discussion_r226999389
--- Diff:
core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala ---
@@ -453,6 +503,22 @@ private[spark] class TaskSchedulerImpl(
return tasks
}
+ private def getAbortTimer(taskSet: TaskSetManager, taskIndex: Int,
timeout: Long): TimerTask = {
--- End diff --
perhaps rename to createUnschedulableTaskSetAbortTimer
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]