Description
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).
Attachments
Attachments
Issue Links
- relates to
-
HBASE-12035 Keep table state in META
- Closed