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

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

     [ https://issues.apache.org/jira/browse/HBASE-23018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daisuke Kobayashi updated HBASE-23018:
--------------------------------------
    Description: 
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}

Let' make it more friendly by letting the user know that the table name is wrongly passed while it's mentioned in the command usage.

  was:
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.


> [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
>            Assignee: Daisuke Kobayashi
>            Priority: Minor
>
> 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}
> Let' make it more friendly by letting 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)