linzebing commented on issue #27223: [SPARK-30511][SPARK-28403][CORE] Don't 
treat failed/killed speculative tasks as pending in Spark scheduler
URL: https://github.com/apache/spark/pull/27223#issuecomment-575865048
 
 
   > Seem likes the same problem also exists for normal task when speculative 
task finished before normal task?
   > 
   > Is it possible to check whether there's another task attempt has succeed 
when we receive a failed taskEnd event. e.g. ask for 
TaskSchedulerImpl/TaskSetManager or just record those successful tasks in 
`ExecutorAllocationManager`.
   
   If a speculative task finished before the normal task, then the normal task 
will be killed. I have addressed this case in this PR, see explanation in 
https://github.com/apache/spark/pull/27223#discussion_r368204585 

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