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

Andrew Or closed SPARK-5593.
----------------------------
          Resolution: Fixed
       Fix Version/s: 1.3.0
            Assignee: Lianhui Wang
    Target Version/s: 1.3.0

> Replace BlockManager listener with Executor listener in 
> ExecutorAllocationListener
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-5593
>                 URL: https://issues.apache.org/jira/browse/SPARK-5593
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.2.0
>            Reporter: Lianhui Wang
>            Assignee: Lianhui Wang
>             Fix For: 1.3.0
>
>
> More strictly, in ExecutorAllocationListener, we need to replace 
> onBlockManagerAdded, onBlockManagerRemoved with 
> onExecutorAdded,onExecutorRemoved. because at some time, onExecutorAdded and 
> onExecutorRemoved are more accurate to express these meanings. example at 
> SPARK-5529, BlockManager has been removed,but executor is existed.
> [~andrewor14] [~sandyr] 



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