You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/04/16 01:01:25 UTC

[jira] [Assigned] (SPARK-14676) Catch, wrap, and re-throw exceptions from Await.result in order to capture full stacktrace

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

Apache Spark reassigned SPARK-14676:
------------------------------------

    Assignee: Josh Rosen  (was: Apache Spark)

> Catch, wrap, and re-throw exceptions from Await.result in order to capture full stacktrace
> ------------------------------------------------------------------------------------------
>
>                 Key: SPARK-14676
>                 URL: https://issues.apache.org/jira/browse/SPARK-14676
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Josh Rosen
>            Assignee: Josh Rosen
>
> When {{Await.result}} throws an exception which originated from a different thread, the resulting stacktrace doesn't include the path leading to the {{Await.result()}} call itself, making it difficult to identify the impact of these exceptions. For example, I've seen cases where broadcast cleaning errors propagate to the main thread and crash it but the resulting stacktrace doesn't include any of the main thread's code, making it difficult to pinpoint which exception crashed that thread. 



--
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