You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shixiong Zhu (JIRA)" <ji...@apache.org> on 2016/12/23 23:39:58 UTC

[jira] [Resolved] (SPARK-18991) Change ContextCleaner.referenceBuffer to ConcurrentHashMap to make it faster

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

Shixiong Zhu resolved SPARK-18991.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.2.0
                   2.1.1

> Change ContextCleaner.referenceBuffer to ConcurrentHashMap to make it faster
> ----------------------------------------------------------------------------
>
>                 Key: SPARK-18991
>                 URL: https://issues.apache.org/jira/browse/SPARK-18991
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>            Reporter: Shixiong Zhu
>            Assignee: Shixiong Zhu
>             Fix For: 2.1.1, 2.2.0
>
>
> Right now `ContextCleaner.referenceBuffer` is ConcurrentLinkedQueue and the time complexity of the `remove` action is O(n). It can be changed to use ConcurrentHashMap whose `remove` is O(1).



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

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