You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2016/03/25 09:19:25 UTC

[jira] [Resolved] (SPARK-14149) Log exceptions in tryOrIOException

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

Reynold Xin resolved SPARK-14149.
---------------------------------
          Resolution: Fixed
       Fix Version/s: 2.0.0
                      1.6.2
                      1.5.3
    Target Version/s:   (was: 1.6.2, 2.0.0)

> Log exceptions in tryOrIOException
> ----------------------------------
>
>                 Key: SPARK-14149
>                 URL: https://issues.apache.org/jira/browse/SPARK-14149
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>             Fix For: 1.5.3, 1.6.2, 2.0.0
>
>
> We ran into a problem today debugging some class loading problem during deserialization, and JVM was masking the underlying exception which made it very difficult to debug.
> We can however log the exceptions using try/catch ourselves in serialization/deserialization. The good thing is that all these methods are already using Utils.tryOrIOException, so we can just put the try catch and logging in a single place.



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