You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Davies Liu (JIRA)" <ji...@apache.org> on 2014/10/02 09:05:34 UTC

[jira] [Created] (SPARK-3762) clear all SparkEnv references after stop

Davies Liu created SPARK-3762:
---------------------------------

             Summary: 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
            Priority: Critical


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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org