Shixiong Zhu created SPARK-11232: ------------------------------------ Summary: NettyRpcEndpointRef.send should not be interrupted Key: SPARK-11232 URL: https://issues.apache.org/jira/browse/SPARK-11232 Project: Spark Issue Type: Bug Components: Spark Core Affects Versions: 1.6.0 Reporter: Shixiong Zhu
The current NettyRpcEndpointRef.send can be interrupted becahse it uses `LinkedBlockingQueue.put`, which may hang the application. E.g., https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44062/consoleFull -- 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