[
https://issues.apache.org/jira/browse/HBASE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack reassigned HBASE-1284:
----------------------------
Assignee: stack
> drop table drops all disabled tables
> ------------------------------------
>
> Key: HBASE-1284
> URL: https://issues.apache.org/jira/browse/HBASE-1284
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Assignee: stack
> Fix For: 0.20.0
>
> Attachments: drop.patch
>
>
> To reproduce in the shell:
> create 'A'
> create 'B'
> disable 'A'
> disable 'B'
> drop 'B'
> enable 'A'
> -> exception table 'A' not found
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.