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: [email protected]
For additional commands, e-mail: [email protected]