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

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

Pankaj Kumar created HBASE-18874:
------------------------------------

             Summary: 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
         Environment: 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.
            Reporter: Pankaj Kumar
            Assignee: Pankaj Kumar
            Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)