You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Patrick Liu (JIRA)" <ji...@apache.org> on 2015/07/02 13:52:04 UTC

[jira] [Updated] (SPARK-8790) BlockManager.reregister cause OOM

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

Patrick Liu updated SPARK-8790:
-------------------------------
    Attachment: executor.log
                driver.log

> BlockManager.reregister cause OOM
> ---------------------------------
>
>                 Key: SPARK-8790
>                 URL: https://issues.apache.org/jira/browse/SPARK-8790
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Patrick Liu
>         Attachments: driver.log, executor.log
>
>
> We run SparkSQL 1.2.1 on Yarn.
> A SQL consists of 100 tasks, most them finish in < 10s, but only 1 lasts for 16m.
> The webUI shows that the executor has running GC for 15m until OOM.
> The log shows that the executor first try to connect to master to report broadcast value, however the network is not available, so the executor connot contact master. Then the executor lost connection with Master. 
> Then the master require the executor to reregister. When executor are reporAllBlocks to master, the network is still not so stable, so sometimes time-out.
> Finally, the executor OOM.
> Please take a look.
> Attached is the detailed log.



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