[
https://issues.apache.org/jira/browse/HBASE-13029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14318715#comment-14318715
]
Ted Yu commented on HBASE-13029:
--------------------------------
lgtm
> Table state should be deleted from META as a last operation in
> DeleteTableHandler
> ---------------------------------------------------------------------------------
>
> Key: HBASE-13029
> URL: https://issues.apache.org/jira/browse/HBASE-13029
> Project: HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 2.0.0
> Reporter: Andrey Stepachev
> Assignee: Andrey Stepachev
> Attachments: HBASE-13029.patch
>
>
> With HBASE-12035 table existance now checked by getting table state from
> meta. So table becomes deleted right after table state removed. But some
> tests checks that table is deleted by scanning meta for rows belonging to
> deleting table. Also if table deletion fails after deleting table state table
> will be considered deleted in oppose to situtation when table will left in
> DISABLED state and can be redeleted once more (effectively cleanup remnants
> in META).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)