You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Daisuke Kobayashi (Jira)" <ji...@apache.org> on 2019/09/13 04:11:00 UTC

[jira] [Created] (HBASE-23018) [HBCK2] Add useful messages when report/fixing missing regions in meta

Daisuke Kobayashi created HBASE-23018:
-----------------------------------------

             Summary: [HBCK2] Add useful messages when report/fixing missing regions in meta
                 Key: HBASE-23018
                 URL: https://issues.apache.org/jira/browse/HBASE-23018
             Project: HBase
          Issue Type: Improvement
          Components: hbck2, Operability
            Reporter: Daisuke Kobayashi


When a table name is wrongly passed without the namespace portion, *reportMissingRegionsInMeta* just reports:

{code}
Missing Regions for each table:

{code}

similarly, *addFsRegionsMissingInMeta* just reports:

{code}
Regions re-added into Meta: 0
{code}

It's friendly to let the user know that the table name is wrongly passed while it's mentioned in the command usage.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)