liang xie created HBASE-6512:
--------------------------------
Summary: 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
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