cloud-fan commented on issue #25971: [SPARK-29298][CORE] Separate block manager 
heartbeat endpoint from driver endpoint
URL: https://github.com/apache/spark/pull/25971#issuecomment-539301737
 
 
   @JoshRosen I think your concern is valid but it's an existing problem. The 
executor has a heartbeat thread, it's possible that this thread finds out 
heartbeat is timeout and decides to shutdown the executor, while the block 
manager of this executor is still dealing with some requests.
   
   It's good to know how this problem is resolved, but I think it's very 
unlikely that we have a long-standing bug here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to