Github user zzcclp commented on the pull request:

    https://github.com/apache/spark/pull/12751#issuecomment-217320918
  
    @srowen , add below code twice into branch 1.6:
    `if (successful(index)) {`
    `      logInfo(`
    `        s"Task ${info.id} in stage ${taskSet.id} (TID $tid) failed, " +`
    `        "but another instance of the task has already succeeded, " +`
    `        "so not re-queuing the task to be re-executed.")`
    `    } else {`
    `      addPendingTask(index)`
    `    }`


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