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

Matei Zaharia resolved SPARK-3762.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0

> clear all SparkEnv references after stop
> ----------------------------------------
>
>                 Key: SPARK-3762
>                 URL: https://issues.apache.org/jira/browse/SPARK-3762
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Davies Liu
>            Assignee: Davies Liu
>            Priority: Critical
>             Fix For: 1.2.0
>
>
> SparkEnv is cached in ThreadLocal object, so after stop and create a new 
> SparkContext, old SparkEnv is still used by some threads, it will trigger 
> many problems.
> We should clear all the references after stop a SparkEnv.



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

Reply via email to