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

Shixiong Zhu updated SPARK-18280:
---------------------------------
    Affects Version/s: 1.6.2
                       2.0.0
                       2.0.1

> Potential deadlock in `StandaloneSchedulerBackend.dead`
> -------------------------------------------------------
>
>                 Key: SPARK-18280
>                 URL: https://issues.apache.org/jira/browse/SPARK-18280
>             Project: Spark
>          Issue Type: Bug
>    Affects Versions: 1.6.2, 2.0.0, 2.0.1
>            Reporter: Shixiong Zhu
>
> "StandaloneSchedulerBackend.dead" is called in a RPC thread, so it should not 
> call "SparkContext.stop" in the same thread. "SparkContext.stop" will block 
> until all RPC threads exit, if it's called inside a RPC thread, it will be 
> dead-lock.



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