[
https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Hsieh updated HBASE-6512:
----------------------------------
Resolution: Fixed
Fix Version/s: 0.94.2
0.96.0
0.92.2
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
Thanks Liang Xie! Commited to 92/94/96-trunk.
> Incorret 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
> 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