You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "zhoukang (JIRA)" <ji...@apache.org> on 2018/02/24 10:58:00 UTC

[jira] [Updated] (SPARK-23508) blockManagerIdCache in BlockManagerId may cause oom

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

zhoukang updated SPARK-23508:
-----------------------------
    Attachment: elephant-oom.png
                elepahnt-oom1.png

> blockManagerIdCache in BlockManagerId may cause oom
> ---------------------------------------------------
>
>                 Key: SPARK-23508
>                 URL: https://issues.apache.org/jira/browse/SPARK-23508
>             Project: Spark
>          Issue Type: Bug
>          Components: Deploy, Spark Core
>    Affects Versions: 2.1.1, 2.2.1
>            Reporter: zhoukang
>            Priority: Major
>         Attachments: elepahnt-oom1.png, elephant-oom.png
>
>
> blockManagerIdCache in BlockManagerId will not remove old values which may cause oom
> {code:java}
> val blockManagerIdCache = new ConcurrentHashMap[BlockManagerId, BlockManagerId]()
> {code}
> Since whenever we apply a new BlockManagerId, it will put into this map.



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

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