[ 
https://issues.apache.org/jira/browse/SPARK-5593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14305375#comment-14305375
 ] 

Apache Spark commented on SPARK-5593:
-------------------------------------

User 'lianhuiwang' has created a pull request for this issue:
https://github.com/apache/spark/pull/4369

> 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
>            Reporter: Lianhui Wang
>
> More strictly, in ExecutorAllocationListener, we need to replace 
> onBlockManagerAdded, onBlockManagerRemoved with 
> SparkListenerExecutorRemoved,SparkListenerExecutorAdded.
> because at some time, SparkListenerExecutorRemoved,SparkListenerExecutorAdded 
> are more accurate to express executorRemoved,executorAdded. at SPARK-5529, 
> BlockManager has been removed,but executor is existed.
> [~andrewor14] [~sandyr] Can you agree with me? if yes,i think i will update 
> it.



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