You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (JIRA)" <ji...@apache.org> on 2017/07/25 12:53:00 UTC

[jira] [Resolved] (SPARK-21175) Slow down "open blocks" on shuffle service when memory shortage to avoid OOM.

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

Wenchen Fan resolved SPARK-21175.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.3.0

Issue resolved by pull request 18388
[https://github.com/apache/spark/pull/18388]

> Slow down "open blocks" on shuffle service when memory shortage to avoid OOM.
> -----------------------------------------------------------------------------
>
>                 Key: SPARK-21175
>                 URL: https://issues.apache.org/jira/browse/SPARK-21175
>             Project: Spark
>          Issue Type: Improvement
>          Components: Shuffle
>    Affects Versions: 2.1.1
>            Reporter: jin xing
>             Fix For: 2.3.0
>
>
> A shuffle service can serves blocks from multiple apps/tasks. Thus the shuffle service can suffers high memory usage when lots of {{shuffle-read}} happen at the same time. In my cluster, OOM always happens on shuffle service. Analyzing heap dump, memory cost by Netty(chunks) can be up to 2~3G. It might make sense to reject "open blocks" request when memory usage is high on shuffle service.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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