[
https://issues.apache.org/jira/browse/HBASE-18874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181552#comment-16181552
]
Hudson commented on HBASE-18874:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3784 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/3784/])
HBASE-18874, HMaster abort message will be skipped if Throwable is (tedyu: rev
9e7b16b88ed6e9c2c3f53743bfe5c74098f2b8a4)
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
> HMaster abort message will be skipped if Throwable is passed null
> -----------------------------------------------------------------
>
> Key: HBASE-18874
> URL: https://issues.apache.org/jira/browse/HBASE-18874
> Project: HBase
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Pankaj Kumar
> Assignee: Pankaj Kumar
> Priority: Minor
> Attachments: HBASE-18874.patch
>
>
> In HMaster class, we are logging abort message only in case when Throwable is
> not null,
> {noformat}
> if (t != null) LOG.fatal(msg, t);
> {noformat}
> We will miss the abort message in this case.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)