[ https://issues.apache.org/jira/browse/SPARK-10827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14999701#comment-14999701 ]
Apache Spark commented on SPARK-10827: -------------------------------------- User 'rxin' has created a pull request for this issue: https://github.com/apache/spark/pull/9611 > 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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org