seayoun edited a comment on issue #26975: [SPARK-26975][CORE] Stage retry and 
executor crash cause app hung up forever
URL: https://github.com/apache/spark/pull/26975#issuecomment-568659508
 
 
   > seems speculative task has the same issue? We may have multiple running 
tasks for one partition.
   
   @cloud-fan `markPartitionCompleted` kill logic is like speculative task, 
when we finished the other mutiple running tasks, we ignore and mark it 
`Killed(another attempt succeeded)` in `handleSuccessfulTask` or won't 
scheduler it in `handleFailedTask`.

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