You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:22:06 UTC

[jira] [Updated] (SPARK-10787) Consider replacing ObjectOutputStream for serialization to prevent OOME

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

Hyukjin Kwon updated SPARK-10787:
---------------------------------
    Labels: bulk-closed  (was: )

> Consider replacing ObjectOutputStream for serialization to prevent OOME
> -----------------------------------------------------------------------
>
>                 Key: SPARK-10787
>                 URL: https://issues.apache.org/jira/browse/SPARK-10787
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>            Reporter: Ted Yu
>            Priority: Major
>              Labels: bulk-closed
>
> In the thread, Spark ClosureCleaner or java serializer OOM when trying to grow (http://search-hadoop.com/m/q3RTtAr5X543dNn), Jay Luan reported that ClosureCleaner#ensureSerializable() resulted in OOME.
> The cause was that ObjectOutputStream keeps a strong reference of every object that was written to it.
> This issue tries to avoid OOME by considering alternative to ObjectOutputStream



--
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