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

    https://github.com/apache/spark/pull/20930#discussion_r178528414
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala ---
    @@ -750,6 +752,10 @@ private[spark] class TaskSetManager(
           if (tasksSuccessful == numTasks) {
             isZombie = true
           }
    +    } else if (fetchFailedTaskIndexSet.contains(index)) {
    --- End diff --
    
    Why are you making this change? I don't quite get it.


---

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

Reply via email to