You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2012/08/10 00:45:20 UTC

[jira] [Updated] (HBASE-6512) Incorrect OfflineMetaRepair log class name

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

Jonathan Hsieh updated HBASE-6512:
----------------------------------

    Assignee: liang xie
    
> Incorrect OfflineMetaRepair log class name
> ------------------------------------------
>
>                 Key: HBASE-6512
>                 URL: https://issues.apache.org/jira/browse/HBASE-6512
>             Project: HBase
>          Issue Type: Bug
>          Components: hbck
>    Affects Versions: 0.94.0, 0.96.0, 0.94.1, 0.94.2
>            Reporter: liang xie
>            Assignee: liang xie
>             Fix For: 0.92.2, 0.96.0, 0.94.2
>
>         Attachments: HBASE-6512.diff
>
>
> At the beginning of OfflineMetaRepair.java, we can observe:
> "private static final Log LOG = LogFactory.getLog(HBaseFsck.class.getName());"
> It would be better change to :
> "private static final Log LOG = LogFactory.getLog(OfflineMetaRepair.class.getName());"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira