You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Toshihiro Suzuki (JIRA)" <ji...@apache.org> on 2019/02/12 02:12:00 UTC

[jira] [Resolved] (HBASE-12365) [hbck] -fixVersionFile should not require a running master

     [ 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)