[jira] [Assigned] (SPARK-16696) unused broadcast variables should call destroy instead of unpersist

2016-07-24 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-16696:


Assignee: (was: Apache Spark)

> unused broadcast variables should call destroy instead of unpersist
> ---
>
> Key: SPARK-16696
> URL: https://issues.apache.org/jira/browse/SPARK-16696
> Project: Spark
>  Issue Type: Bug
>  Components: ML, MLlib
>Affects Versions: 2.0.1, 2.1.0
>Reporter: Weichen Xu
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Unused broadcast variables should call destroy() instead of unpersist() so 
> that the memory can released in time, even in driver-side.
> currently, several algorithm in ML, such as KMeans, LDA, Word2Vec, has this 
> problem. Several places unused broadcast vars even neither call unpersit() 
> nor call destroy()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Assigned] (SPARK-16696) unused broadcast variables should call destroy instead of unpersist

2016-07-24 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-16696:


Assignee: Apache Spark

> unused broadcast variables should call destroy instead of unpersist
> ---
>
> Key: SPARK-16696
> URL: https://issues.apache.org/jira/browse/SPARK-16696
> Project: Spark
>  Issue Type: Bug
>  Components: ML, MLlib
>Affects Versions: 2.0.1, 2.1.0
>Reporter: Weichen Xu
>Assignee: Apache Spark
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Unused broadcast variables should call destroy() instead of unpersist() so 
> that the memory can released in time, even in driver-side.
> currently, several algorithm in ML, such as KMeans, LDA, Word2Vec, has this 
> problem. Several places unused broadcast vars even neither call unpersit() 
> nor call destroy()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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