[
https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-6512:
-------------------------
Fix Version/s: (was: 0.95.0)
0.94.2
Fix up after bulk move overwrote some 0.94.2 fix versions w/ 0.95.0 (Noticed by
Lars Hofhansl)
> 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.94.1, 0.94.2, 0.95.2
> Reporter: Liang Xie
> Assignee: Liang Xie
> Fix For: 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
For more information on JIRA, see: http://www.atlassian.com/software/jira