Github user tgravescs commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22288#discussion_r224111068
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala ---
    @@ -117,6 +117,10 @@ private[spark] class TaskSchedulerImpl(
     
       protected val executorIdToHost = new HashMap[String, String]
     
    +  private val abortTimer = new Timer(true)
    --- End diff --
    
    we should cancel the timer in the stop() call


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to