You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/17 21:34:08 UTC

[GitHub] [spark] zsxwing opened a new pull request #24396: [SPARK-27496][CORE]Fatal errors should also be sent back to the sender

zsxwing opened a new pull request #24396: [SPARK-27496][CORE]Fatal errors should also be sent back to the sender
URL: https://github.com/apache/spark/pull/24396
 
 
   ## What changes were proposed in this pull request?
   
   When a fatal error (such as StackOverflowError) throws from "receiveAndReply", we should try our best to notify the sender.
   
   In addition, when a MessageLoop is dying unexpectedly, it should resubmit a new one so that Dispatcher is still working.
   
   ## How was this patch tested?
   
   New unit tests.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org