You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2009/03/23 22:47:51 UTC

[jira] Created: (HBASE-1284) drop table drops all disabled tables

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
             Fix For: 0.20.0


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.


[jira] Assigned: (HBASE-1284) drop table drops all disabled tables

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (HBASE-1284) drop table drops all disabled tables

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1284:
-------------------------

    Attachment: drop.patch

Check table name on disabled region.  Only drop regions from the table we were asked to drop.

> 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
>             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.


[jira] Resolved: (HBASE-1284) drop table drops all disabled tables

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-1284.
--------------------------

    Resolution: Fixed

> 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.