Github user CodingCat commented on the pull request:

    https://github.com/apache/spark/pull/9154#issuecomment-148881300
  
    errr....are we distinguish running and pending in TaskInfo?....I really 
need to update my knowledge about scheduler code....
    
    if no, the `handleFailedTask` is actually called within 
https://github.com/apache/spark/blob/8ac71d62d976bbfd0159cac6816dd8fa580ae1cb/core/src/main/scala/org/apache/spark/scheduler/TaskSetManager.scala#L816
    
    what it does is we `re-add` all tasks whose executorId equals to the ID of 
this just failed executor


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to