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

    https://github.com/apache/spark/pull/21758#discussion_r204235875
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala 
---
    @@ -1426,6 +1506,18 @@ class DAGScheduler(
         }
       }
     
    +  private def handleResubmittedFailure(task: Task[_], stage: Stage): Unit 
= {
    +    logInfo("Resubmitted " + task + ", so marking it as still running")
    --- End diff --
    
    nit: can we use `s""` like `s"Resubmitted $task ..."`?


---

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

Reply via email to