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

    https://github.com/apache/spark/pull/22288#discussion_r222785870
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala ---
    @@ -117,6 +117,12 @@ private[spark] class TaskSchedulerImpl(
     
       protected val executorIdToHost = new HashMap[String, String]
     
    +  private val abortTimer = new Timer(true)
    +
    --- End diff --
    
    remove unneeded newline


---

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

Reply via email to