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

    https://github.com/apache/spark/pull/22771#discussion_r227503789
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala 
---
    @@ -1364,6 +1385,19 @@ private[spark] class DAGScheduler(
                       if (job.numFinished == job.numPartitions) {
                         markStageAsFinished(resultStage)
                         cleanupStateForJobAndIndependentStages(job)
    +                    try { // cancelTasks will fail if a SchedulerBackend 
does not implement killTask
    --- End diff --
    
    comment "cancelTasks" no longer valid


---

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

Reply via email to