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

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

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

Hyukjin Kwon updated SPARK-14405:
---------------------------------
    Labels: bulk-closed  (was: )

> 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
>            Priority: Major
>              Labels: bulk-closed
>
> 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
(v7.6.3#76005)

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