You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/12/01 06:54:12 UTC

[jira] [Commented] (SPARK-4667) Spillable can request more than twice its current memory from pool

    [ https://issues.apache.org/jira/browse/SPARK-4667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229444#comment-14229444 ] 

Apache Spark commented on SPARK-4667:
-------------------------------------

User 'ryan-williams' has created a pull request for this issue:
https://github.com/apache/spark/pull/3524

> Spillable can request more than twice its current memory from pool
> ------------------------------------------------------------------
>
>                 Key: SPARK-4667
>                 URL: https://issues.apache.org/jira/browse/SPARK-4667
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Ryan Williams
>
> [Spillable|https://github.com/apache/spark/blob/0eb4a7fb0fa1fa56677488cbd74eb39e65317621/core/src/main/scala/org/apache/spark/util/collection/Spillable.scala#L78] has a comment that says "{{Claim up to double our current memory from the shuffle memory pool}}", but then it proceeds to request {{2 * currentMemory - myMemoryThreshold}}, which can more than double its current memory amount. The requested amount (or the comment) should be changed.



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