Skip to content
Snippets Groups Projects
Commit 38b9119c authored by Reynold Xin's avatar Reynold Xin
Browse files

Log entire exception (including stack trace) in BlockManagerWorker.

parent 995982b3
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class BlockManagerWorker(val blockManager: BlockManager) extends Logging {
/*logDebug("Processed block messages")*/
return Some(new BlockMessageArray(responseMessages).toBufferMessage)
} catch {
case e: Exception => logError("Exception handling buffer message: " + e.getMessage)
case e: Exception => logError("Exception handling buffer message: " + e)
return None
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment