[ https://issues.apache.org/jira/browse/SPARK-14149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211476#comment-15211476 ]
Apache Spark commented on SPARK-14149: -------------------------------------- User 'rxin' has created a pull request for this issue: https://github.com/apache/spark/pull/11951 > 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 > > 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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org