cloud-fan commented on issue #24375: [SPARK-27474][CORE] avoid retrying a task 
failed with CommitDeniedException many times
URL: https://github.com/apache/spark/pull/24375#issuecomment-483644141
 
 
   I've added it to the PR description. let me quote it here
   
   > This fix covers the corner case, because:
   1. If `DAGScheduler` gets the task completion event from zombie TSM before 
submitting the new stage attempt, then `DAGScheduler` knows that this partition 
is completed, and it will exclude this partition when creating task set for the 
new stage attempt. See `DAGScheduler.submitMissingTasks`
   2. If `DAGScheduler` gets the task completion event from zombie TSM after 
submitting the new stage attempt, then the active TSM is already created.

----------------------------------------------------------------
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