GitHub user kayousterhout opened a pull request:

    https://github.com/apache/spark/pull/10045

    [SPARK-4681] Enable executor blacklisting by default.

    This commit sets the default value of 
spark.scheduler.executorTaskBlacklistTime
    to 5 seconds, so that if a task fails on a particular executor, it won't
    be re-launched on the same executor until 5 seconds has elapsed, to allow
    time for the task to (preferably) be launched on a different executor, where
    it may be more likely to complete successfully.
    
    One question here is whether we should now document this configuration 
option,
    under advanced options?
    
    This enabling is as-per the very old JIRA and the discussion on #8760
    
    @davies let me know whether you think this seems like an appropriate 
default?
    
    cc @squito 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kayousterhout/spark-1 SPARK-4681

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/10045.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #10045
    
----
commit 4c19e53ef4a0d3f6db2b6b3eef946dd1f3406fb1
Author: Kay Ousterhout <[email protected]>
Date:   2015-11-30T19:50:55Z

    [SPARK-4681] Enable executor blacklisting by default.
    
    This commit sets the default value of 
spark.scheduler.executorTaskBlacklistTime
    to 5 seconds, so that if a task fails on a particular executor, it won't
    be re-launched on the same executor until 5 seconds has elapsed, to allow
    time for the task to (preferably) be launched on a different executor, where
    it may be more likely to complete successfully.

----


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