Andrey Stepachev created HBASE-13029:
----------------------------------------
Summary: 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
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)