You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Umesh Agashe (JIRA)" <ji...@apache.org> on 2018/03/28 23:34:00 UTC

[jira] [Updated] (HBASE-20310) [hbck] bin/hbase hbck -metaonly shows false inconsistency on HBase 2

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

Umesh Agashe updated HBASE-20310:
---------------------------------
    Description: 
hbck2 on HBase2 shows false inconsistency:
{code:java}
$ bin/hbase hbck -metaonly

2018-03-28 13:42:40,082 INFO  [main] util.HBaseFsck: Checking and fixing region consistency

ERROR: test1 has dangling table state tableName=test1, state=ENABLED

2018-03-28 13:42:40,090 INFO  [main] util.HBaseFsck: Handling overlap merges in parallel. set hbasefsck.overlap.merge.parallel to false to run serially.

Summary:

Table hbase:meta is okay.

   Number of regions: 1

   Deployed on:  uagashe-mbp.attlocal.net,16022,1522268841765

1 inconsistencies detected.

Status: INCONSISTENT{code}

  was:
hbck2 on HBase2 shows false inconsistency:
{code:java}
$ bin/hbase hbck --metaonly

2018-03-28 13:42:40,082 INFO  [main] util.HBaseFsck: Checking and fixing region consistency

ERROR: test1 has dangling table state tableName=test1, state=ENABLED

2018-03-28 13:42:40,090 INFO  [main] util.HBaseFsck: Handling overlap merges in parallel. set hbasefsck.overlap.merge.parallel to false to run serially.

Summary:

Table hbase:meta is okay.

   Number of regions: 1

   Deployed on:  uagashe-mbp.attlocal.net,16022,1522268841765

1 inconsistencies detected.

Status: INCONSISTENT{code}


> [hbck] bin/hbase hbck -metaonly shows false inconsistency on HBase 2
> --------------------------------------------------------------------
>
>                 Key: HBASE-20310
>                 URL: https://issues.apache.org/jira/browse/HBASE-20310
>             Project: HBase
>          Issue Type: Bug
>          Components: hbck
>    Affects Versions: 2.0.0-beta-2
>            Reporter: Umesh Agashe
>            Priority: Major
>             Fix For: 2.0.0
>
>
> hbck2 on HBase2 shows false inconsistency:
> {code:java}
> $ bin/hbase hbck -metaonly
> 2018-03-28 13:42:40,082 INFO  [main] util.HBaseFsck: Checking and fixing region consistency
> ERROR: test1 has dangling table state tableName=test1, state=ENABLED
> 2018-03-28 13:42:40,090 INFO  [main] util.HBaseFsck: Handling overlap merges in parallel. set hbasefsck.overlap.merge.parallel to false to run serially.
> Summary:
> Table hbase:meta is okay.
>    Number of regions: 1
>    Deployed on:  uagashe-mbp.attlocal.net,16022,1522268841765
> 1 inconsistencies detected.
> Status: INCONSISTENT{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)