GitHub user zsxwing opened a pull request:

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

    [SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worker and 
AppClient (backport 1.5)

    backport #10108 to branch 1.5

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

    $ git pull https://github.com/zsxwing/spark fix-threadpool-1.5

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

    https://github.com/apache/spark/pull/10135.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 #10135
    
----
commit 4be6a3438d4f1a7e8b0444c18ff1c70bf379e18a
Author: Shixiong Zhu <[email protected]>
Date:   2015-12-03T19:06:25Z

    [SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worker and 
AppClient
    
    `SynchronousQueue` cannot cache any task. This issue is similar to #9978. 
It's an easy fix. Just use the fixed `ThreadUtils.newDaemonCachedThreadPool`.
    
    Author: Shixiong Zhu <[email protected]>
    
    Closes #10108 from zsxwing/fix-threadpool.

----


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