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

Hyukjin Kwon resolved SPARK-14192.
----------------------------------
    Resolution: Incomplete

> Executor is dead in Driver but alive in AM when driver losts rpc with 
> executor, but executor is alive.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-14192
>                 URL: https://issues.apache.org/jira/browse/SPARK-14192
>             Project: Spark
>          Issue Type: Bug
>          Components: Scheduler
>            Reporter: meiyoula
>            Priority: Major
>              Labels: bulk-closed
>
> reproduce steps:
> 1. start up spark-sql with: bin/spark-sql --master yarn --num-executors 1
> 2. lost driver and executor connection, but make sure executor is still alive
> 3. execute "show tables", the process will be stuck. Because the driver ask 
> Am to allocate an executor, but AM see the executor is still alive, so don't 
> allocate new one.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to