You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Thomas Graves (JIRA)" <ji...@apache.org> on 2016/04/05 15:27:25 UTC

[jira] [Created] (SPARK-14405) broadcast variables can cause lots of warning messages on shutdown

Thomas Graves created SPARK-14405:
-------------------------------------

             Summary: broadcast variables can cause lots of warning messages on shutdown
                 Key: SPARK-14405
                 URL: https://issues.apache.org/jira/browse/SPARK-14405
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
            Reporter: Thomas Graves


when using broadcast variables and  lots of executors you get a lot of warning messages on shutdown.

Messages from LiveListenerBus  are like:
SparkListenerBus has already stopped! Dropping event .....

The issue here is the order of the stop. In SparkContext.stop, ListenerBus.stop is earlier than SparkEnv.stop is called and thus it gets shutdown before the broadcast manager or with https://github.com/apache/spark/pull/12113 the MapOutputTracker.





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