Esteban Gutierrez created HBASE-12365:
-----------------------------------------

             Summary: [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


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
(v6.3.4#6332)

Reply via email to