Shixiong Zhu created SPARK-10827: ------------------------------------ Summary: 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
`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