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

Apache Spark commented on SPARK-12614:
--------------------------------------

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

> Don't throw non fatal exception from RpcEndpointRef.send/ask
> ------------------------------------------------------------
>
>                 Key: SPARK-12614
>                 URL: https://issues.apache.org/jira/browse/SPARK-12614
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.6.0
>            Reporter: Shixiong Zhu
>
> Right now RpcEndpointRef.send/ask may throw exception in some corner cases, 
> such as calling send/ask after stopping RpcEnv. It's better to avoid throwing 
> exception from RpcEndpointRef.send/ask. We can log a warning for `send`, and 
> send the exception to the future for `ask`.



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