Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-12365

[hbck] -fixVersionFile should not require a running master

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • hbck
    • None

    Description

      The current logic requires to perform something like this in hbck:

      exec {
      ...
      connect();
      ...
      onlineHbck();
      ...
      }
      onlineHbck() {
      ...
      offlineHdfsIntegrityRepair();
      ...
      }
      

      It should be possible to fix hbase.version without having to connect to the master first.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              esteban Esteban Gutierrez
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: