You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shixiong Zhu (JIRA)" <ji...@apache.org> on 2015/10/21 18:36:27 UTC

[jira] [Updated] (SPARK-11232) NettyRpcEndpointRef.send should not be interrupted

     [ https://issues.apache.org/jira/browse/SPARK-11232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shixiong Zhu updated SPARK-11232:
---------------------------------
    Description: The current NettyRpcEndpointRef.send can be interrupted because it uses `LinkedBlockingQueue.put`, which may hang the application. E.g., https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44062/consoleFull  (was: 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)

> 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 because 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org