aboutsummaryrefslogtreecommitdiff
path: root/repl
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-03-25 01:17:23 -0700
committerReynold Xin <rxin@databricks.com>2016-03-25 01:17:23 -0700
commit70a6f0bb57ca2248444157e2707fbcc3cb04e3bc (patch)
treebf5d71237ea18b50668937647d678b378df3fb8a /repl
parent20ddf5fddf40b543edc61d6e4687988489dea64c (diff)
downloadspark-70a6f0bb57ca2248444157e2707fbcc3cb04e3bc.tar.gz
spark-70a6f0bb57ca2248444157e2707fbcc3cb04e3bc.tar.bz2
spark-70a6f0bb57ca2248444157e2707fbcc3cb04e3bc.zip
[SPARK-14149] Log exceptions in tryOrIOException
## What changes were proposed in this pull request? 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. ## How was this patch tested? A logging change with a manual test. Author: Reynold Xin <rxin@databricks.com> Closes #11951 from rxin/SPARK-14149.
Diffstat (limited to 'repl')
0 files changed, 0 insertions, 0 deletions