You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Stephen Yuan Jiang (JIRA)" <ji...@apache.org> on 2017/01/25 23:11:26 UTC

[jira] [Assigned] (HBASE-13815) Procedure V2: Rollback of CreateTableProcedure should clear the table state

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

Stephen Yuan Jiang reassigned HBASE-13815:
------------------------------------------

    Assignee: Stephen Yuan Jiang

> Procedure V2: Rollback of CreateTableProcedure should clear the table state
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-13815
>                 URL: https://issues.apache.org/jira/browse/HBASE-13815
>             Project: HBase
>          Issue Type: Bug
>          Components: proc-v2
>    Affects Versions: 1.1.0, 1.2.0
>            Reporter: Stephen Yuan Jiang
>            Assignee: Stephen Yuan Jiang
>         Attachments: HBASE-13815.v1-branch-1.patch, HBASE-13815.v1-master.patch
>
>
> If CreateTableProcedure rolls back, depending on the steps of the procedure, it might not change the table state to be 'Deleted' or just delete the table state.  
> In branch-1 and its child branches, the following exception will throw if the table is created again and the previous rollback is not clean:
> {noformat}
> 2015-05-30 06:30:05,287 WARN [ProcedureExecutorThread-1] procedure.CreateTableProcedure: The table xyz does not exist in meta but has a znode. run hbck to fix inconsistencies.
> {noformat}
> In master branch, the table state is not checked during CreateTableProcedure#prepareCreate(), but we still need to make sure that the table state is in a consistent state.



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