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

Apache Spark reassigned SPARK-24926:
------------------------------------

    Assignee:     (was: Apache Spark)

> Ensure numCores is used consistently in all netty configuration (driver and 
> executors)
> --------------------------------------------------------------------------------------
>
>                 Key: SPARK-24926
>                 URL: https://issues.apache.org/jira/browse/SPARK-24926
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 2.4.0
>            Reporter: Imran Rashid
>            Priority: Major
>              Labels: memory-analysis
>
> I think there may be some places where we're not passing the right number of 
> configured cores to netty -- in particular in driver mode, we're not 
> respecting "spark.driver.cores".  This means that spark will configure netty 
> will be configured based on the number of physical cores of the device, 
> instead of whatever resources spark requested from the cluster manager.  It 
> controls both the number of threads netty uses *and* the number of arenas in 
> its memory pools.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to