You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/10/29 05:18:28 UTC

[jira] [Comment Edited] (HBASE-14716) Detection of orphaned table znode should cover table in Enabled state

    [ https://issues.apache.org/jira/browse/HBASE-14716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979776#comment-14979776 ] 

Ted Yu edited comment on HBASE-14716 at 10/29/15 4:18 AM:
----------------------------------------------------------

On the cluster, with patched hbase-client and hbase-server jars, running 'hbase hbck -fixOrphanedTableZnodes' produces:
{code}
2015-10-29 04:15:54,293 WARN  [main] util.HBaseFsck: Table smoketest not found in hbase:meta. Orphaned table ZNode found.
ERROR: Table smoketest not found in hbase:meta. Orphaned table ZNode found.
2015-10-29 04:15:54,294 WARN  [main] util.HBaseFsck: Table hbase:acl not found in hbase:meta. Orphaned table ZNode found.
ERROR: Table hbase:acl not found in hbase:meta. Orphaned table ZNode found.
{code}


was (Author: yuzhihong@gmail.com):
On the cluster, with patch hbase-client and hbase-server jars, running 'hbase hbck -fixOrphanedTableZnodes' produces:
{code}
2015-10-29 04:15:54,293 WARN  [main] util.HBaseFsck: Table smoketest not found in hbase:meta. Orphaned table ZNode found.
ERROR: Table smoketest not found in hbase:meta. Orphaned table ZNode found.
2015-10-29 04:15:54,294 WARN  [main] util.HBaseFsck: Table hbase:acl not found in hbase:meta. Orphaned table ZNode found.
ERROR: Table hbase:acl not found in hbase:meta. Orphaned table ZNode found.
{code}

> Detection of orphaned table znode should cover table in Enabled state
> ---------------------------------------------------------------------
>
>                 Key: HBASE-14716
>                 URL: https://issues.apache.org/jira/browse/HBASE-14716
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>         Attachments: 14716-branch-1-v1.txt
>
>
> HBASE-12070 introduced fix for orphaned table znode where table doesn't have entry in hbase:meta
> When Stephen and I investigated rolling upgrade failure,
> {code}
> 2015-10-27 18:21:10,668 WARN  [ProcedureExecutorThread-3] procedure.CreateTableProcedure: The table smoketest does not exist in meta but has a znode. run hbck to fix inconsistencies.
> {code}
> we found that the orphaned table znode corresponded to table in Enabled state.
> Therefore running hbck didn't report the inconsistency.
> Detection for orphaned table znode should cover this case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)