xuanyuanking opened a new pull request #25498: [SPARK-28699][Core] Fix a corner 
case for aborting indeterminate stage
URL: https://github.com/apache/spark/pull/25498
 
 
   ### What changes were proposed in this pull request?
   Change the logic of collecting the indeterminate stage to the current map 
stage.
   
   ### Why are the changes needed?
   In the fetch failed error handle logic, the original logic of collecting 
indeterminate stage from the fetch failed stage. And in the scenario of the 
fetch failed happened in the first task of this stage, this logic will cause 
the indeterminate stage to resubmit partially. Eventually, we are capable of 
getting correctness bug.
   
   ### Does this PR introduce any user-facing change?
   It makes the corner case of indeterminate stage abort as expected.
   
   ### How was this patch tested?
   New UT in DAGSchedulerSuite.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to