GitHub user zsxwing opened a pull request:
https://github.com/apache/spark/pull/10568
[SPARK-12614][Core]Don't throw non fatal exception from send or ask
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`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zsxwing/spark send-ask-fail
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10568.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10568
----
commit b2c2ed1172a2bf0e9856de513c61c8a3f214450a
Author: Shixiong Zhu <[email protected]>
Date: 2016-01-04T04:35:00Z
Don't throw non fatal exception from send or ask
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]