You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sital Kedia (JIRA)" <ji...@apache.org> on 2016/03/17 06:41:33 UTC

[jira] [Updated] (SPARK-13958) Executor OOM due to unbounded growth of pointer array in Sorter

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

Sital Kedia updated SPARK-13958:
--------------------------------
    Component/s: Spark Core
                 Shuffle

> Executor OOM due to unbounded growth of pointer array in Sorter
> ---------------------------------------------------------------
>
>                 Key: SPARK-13958
>                 URL: https://issues.apache.org/jira/browse/SPARK-13958
>             Project: Spark
>          Issue Type: Bug
>          Components: Shuffle, Spark Core
>    Affects Versions: 1.6.1
>            Reporter: Sital Kedia
>
> While running a job we saw that the executors are OOMing because in UnsafeExternalSorter's growPointerArrayIfNecessary function, we are just growing the pointer array indefinitely. 
> https://github.com/apache/spark/blob/master/core/src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeExternalSorter.java#L292
> This is a regression introduced in PR- https://github.com/apache/spark/pull/11095



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