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 2014/12/17 21:19:14 UTC

[jira] [Resolved] (SPARK-4772) Accumulators leak memory, both temporarily and permanently

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

Josh Rosen resolved SPARK-4772.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.1

> Accumulators leak memory, both temporarily and permanently
> ----------------------------------------------------------
>
>                 Key: SPARK-4772
>                 URL: https://issues.apache.org/jira/browse/SPARK-4772
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.0.0
>            Reporter: Nathan Kronenfeld
>            Assignee: Nathan Kronenfeld
>              Labels: accumulators
>             Fix For: 1.0.3, 1.3.0, 1.1.2, 1.2.1
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Accumulators.localAccums is cleared at the beginning of a task, and not at the end.
> This means that any locally accumulated values hang around until another task is run on that thread.
> If for some reason, the thread dies, said values hang around indefinitely.
> This is really only a big issue with very large accumulators.



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