You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josh Rosen (JIRA)" <ji...@apache.org> on 2016/04/01 23:16:25 UTC

[jira] [Resolved] (SPARK-13845) BlockStatus and StreamBlockId keep on growing result driver OOM

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

Josh Rosen resolved SPARK-13845.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.2

Marking as fixed for 1.6.2 because [~andrewor14] merged the latest PR for that branch: https://github.com/apache/spark/pull/12028

> BlockStatus and StreamBlockId keep on growing result driver OOM
> ---------------------------------------------------------------
>
>                 Key: SPARK-13845
>                 URL: https://issues.apache.org/jira/browse/SPARK-13845
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.5.2, 1.6.1
>            Reporter: jeanlyn
>            Assignee: jeanlyn
>             Fix For: 1.6.2, 2.0.0
>
>
> We have a streaming job using *FlumePollInputStream* always driver OOM after few days, here is some driver heap dump before OOM
> {noformat}
>  num     #instances         #bytes  class name
> ----------------------------------------------
>    1:      13845916      553836640  org.apache.spark.storage.BlockStatus
>    2:      14020324      336487776  org.apache.spark.storage.StreamBlockId
>    3:      13883881      333213144  scala.collection.mutable.DefaultEntry
>    4:          8907       89043952  [Lscala.collection.mutable.HashEntry;
>    5:         62360       65107352  [B
>    6:        163368       24453904  [Ljava.lang.Object;
>    7:        293651       20342664  [C
> ...
> {noformat}
> *BlockStatus* and *StreamBlockId* keep on growing, and the driver OOM in the end.



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