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

Reynold Xin updated SPARK-3137:
-------------------------------

         Component/s: Spark Core
    Target Version/s: 1.2.0

> Use finer grained locking in TorrentBroadcast.readObject
> --------------------------------------------------------
>
>                 Key: SPARK-3137
>                 URL: https://issues.apache.org/jira/browse/SPARK-3137
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>            Reporter: Reynold Xin
>
> TorrentBroadcast.readObject uses a global lock so only one task can be 
> fetching the blocks at the same time.
> This is not optimal if we are running multiple stages concurrently because 
> they should be able to independently fetch their own blocks.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to