[
https://issues.apache.org/jira/browse/HADOOP-12051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14633535#comment-14633535
]
Hudson commented on HADOOP-12051:
---------------------------------
FAILURE: Integrated in Hadoop-trunk-Commit #8185 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/8185/])
HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString() over
getMessage() in logging/span events. (Varun Saxena via stevel) (stevel: rev
a9431425d1aff657fc1ea501c706235f2ebc518f)
* hadoop-common-project/hadoop-common/CHANGES.txt
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
> ProtobufRpcEngine.invoke() should use Exception.toString() over getMessage in
> logging/span events
> -------------------------------------------------------------------------------------------------
>
> Key: HADOOP-12051
> URL: https://issues.apache.org/jira/browse/HADOOP-12051
> Project: Hadoop Common
> Issue Type: Bug
> Components: ipc
> Affects Versions: 2.7.0
> Reporter: Steve Loughran
> Assignee: Varun Saxena
> Priority: Minor
> Fix For: 2.8.0
>
> Attachments: HADOOP-12051.01.patch
>
>
> in {{ProtobufRpcEngine.invoke()}}, caught throwables have their
> {{getMessage()} included in the timeline events for the span. For some events
> (eg NPE) this will be null. it should be calling {{toString()}} instead
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)