You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Pankaj Kumar (JIRA)" <ji...@apache.org> on 2017/10/04 10:44:00 UTC

[jira] [Reopened] (HBASE-18874) HMaster abort message will be skipped if Throwable is passed null

     [ https://issues.apache.org/jira/browse/HBASE-18874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pankaj Kumar reopened HBASE-18874:
----------------------------------

Reopening this JIRA to attach patch for branch-1/1.4/1.3/1.2.

> 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
>             Fix For: 2.0.0-alpha-4
>
>         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)