yabola commented on code in PR #49270:
URL: https://github.com/apache/spark/pull/49270#discussion_r1897422934
##########
core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala:
##########
@@ -2187,7 +2187,8 @@ private[spark] class DAGScheduler(
log"we will roll back and rerun below stages which include
itself and all its " +
log"indeterminate child stages: ${MDC(STAGES,
rollingBackStages)}")
}
-
+ failedStage.markResubmitInFetchFailed()
+ mapStage.markResubmitInFetchFailed()
Review Comment:
Done, this can make the variable meaning more accurate.
But in addition, when `submittingMissingTasks`, the stage will be added to
the `runningStages`, we can always cancel job normally.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]