[
https://issues.apache.org/jira/browse/HBASE-13029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14319246#comment-14319246
]
Hudson commented on HBASE-13029:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6124 (See
[https://builds.apache.org/job/HBase-TRUNK/6124/])
HBASE-13029 Table state should be deleted from META as a last operation in
DeleteTableHandler (Andrey Stepachev) (tedyu: rev
e0160d69379401a7381ddaa478b53c9833379fe2)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DeleteTableHandler.java
> 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
> Fix For: 2.0.0
>
> 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)