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

    https://github.com/apache/spark/pull/19272#discussion_r150049429
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala
 ---
    @@ -159,6 +151,12 @@ class CoarseGrainedSchedulerBackend(scheduler: 
TaskSchedulerImpl, val rpcEnv: Rp
             scheduler.getExecutorsAliveOnHost(host).foreach { exec =>
               killExecutors(exec.toSeq, replace = true, force = true)
             }
    +
    +      case UpdateDelegationTokens(newDelegationTokens) =>
    +        // Update the driver's delegation tokens in case new executors are 
added later.
    --- End diff --
    
    Stale comment?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to