[
https://issues.apache.org/jira/browse/HBASE-12365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Toshihiro Suzuki resolved HBASE-12365.
--------------------------------------
Resolution: Duplicate
> [hbck] -fixVersionFile should not require a running master
> ----------------------------------------------------------
>
> Key: HBASE-12365
> URL: https://issues.apache.org/jira/browse/HBASE-12365
> Project: HBase
> Issue Type: Bug
> Components: hbck
> Reporter: Esteban Gutierrez
> Priority: Major
>
> The current logic requires to perform something like this in hbck:
> {code}
> exec {
> ...
> connect();
> ...
> onlineHbck();
> ...
> }
> onlineHbck() {
> ...
> offlineHdfsIntegrityRepair();
> ...
> }
> {code}
> It should be possible to fix {{hbase.version}} without having to connect to
> the master first.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)