[jira] [Assigned] (SPARK-11048) Use ForkJoinPool as executorService

2015-10-10 Thread Apache Spark (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-11048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-11048:


Assignee: (was: Apache Spark)

> Use ForkJoinPool as executorService
> ---
>
> Key: SPARK-11048
> URL: https://issues.apache.org/jira/browse/SPARK-11048
> Project: Spark
>  Issue Type: Improvement
>Reporter: Ted Yu
>Priority: Minor
>
> ForkJoinPool: threads are created only if there are waiting tasks. They 
> expire after 2seconds (it's
> hardcoded in the jdk code).
> ForkJoinPool is better than ThreadPoolExecutor
> It's available in the JDK 1.7



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Assigned] (SPARK-11048) Use ForkJoinPool as executorService

2015-10-10 Thread Apache Spark (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-11048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-11048:


Assignee: Apache Spark

> Use ForkJoinPool as executorService
> ---
>
> Key: SPARK-11048
> URL: https://issues.apache.org/jira/browse/SPARK-11048
> Project: Spark
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Apache Spark
>Priority: Minor
>
> ForkJoinPool: threads are created only if there are waiting tasks. They 
> expire after 2seconds (it's
> hardcoded in the jdk code).
> ForkJoinPool is better than ThreadPoolExecutor
> It's available in the JDK 1.7



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org