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

Wenchen Fan resolved SPARK-29298.
---------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Issue resolved by pull request 25971
[https://github.com/apache/spark/pull/25971]

> Separate block manager heartbeat endpoint from driver endpoint
> --------------------------------------------------------------
>
>                 Key: SPARK-29298
>                 URL: https://issues.apache.org/jira/browse/SPARK-29298
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.0.0
>            Reporter: Lantao Jin
>            Assignee: Lantao Jin
>            Priority: Major
>             Fix For: 3.0.0
>
>
> Executor's heartbeat will send synchronously to BlockManagerMaster to let it 
> know that the block manager is still alive. In a heavy cluster, it will 
> timeout and cause block manager re-register unexpected.
> This improvement will separate a heartbeat endpoint from the driver endpoint. 
> In our production environment, this is really helpful to prevent executors 
> from unstable up and down.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to