[
https://issues.apache.org/jira/browse/SPARK-10827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reynold Xin resolved SPARK-10827.
---------------------------------
Resolution: Fixed
Assignee: Bryan Cutler
Fix Version/s: 1.6.0
> AppClient should not use `askWithReply` in `receiveAndReply` directly
> ---------------------------------------------------------------------
>
> Key: SPARK-10827
> URL: https://issues.apache.org/jira/browse/SPARK-10827
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Reporter: Shixiong Zhu
> Assignee: Bryan Cutler
> Fix For: 1.6.0
>
>
> `askWithReply` is a blocking action and it could block the message loop. We
> should not call it in `receiveAndReply` directly. It's better to use them in
> a separate thread pool.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]