Github user sitalkedia commented on a diff in the pull request:
https://github.com/apache/spark/pull/12436#discussion_r61660573
--- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
---
@@ -1259,11 +1282,6 @@ class DAGScheduler(
val failedStage = stageIdToStage(task.stageId)
val mapStage = shuffleToMapStage(shuffleId)
- if (failedStage.latestInfo.attemptId != task.stageAttemptId) {
--- End diff --
Please note that after this change, we can not ignore fetch failure from
the previous attempt because we don't have duplicate tasks for fetch failed
tasks anymore.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]