attilapiros commented on PR #50033:
URL: https://github.com/apache/spark/pull/50033#issuecomment-2785144596

   > What about the retry of partitions?. Because the failing stage is
   indeterminate, all the partitions should be retired.. isn't it?
   
   ...but latter when the ResubmitFailedStages is handled the execution goes to 
submitMissingTasks() where all the output is removed:
   
   
https://github.com/apache/spark/blob/2b3fb526c8bd8b486f280756d5282cc84f7473d7/core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala#L1555


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to