You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2009/01/29 17:44:59 UTC

[jira] Updated: (HBASE-845) HCM.isTableEnabled doesn't really tell if it is, or not

     [ https://issues.apache.org/jira/browse/HBASE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans updated HBASE-845:
-------------------------------------

      Assignee: Jean-Daniel Cryans
    Issue Type: Improvement  (was: Bug)
       Summary: HCM.isTableEnabled doesn't really tell if it is, or not  (was: disable then drop table is messy when table is > 4 or 5 M rows)

> HCM.isTableEnabled doesn't really tell if it is, or not
> -------------------------------------------------------
>
>                 Key: HBASE-845
>                 URL: https://issues.apache.org/jira/browse/HBASE-845
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: stack
>            Assignee: Jean-Daniel Cryans
>         Attachments: hbase-845-v2.patch, hbase-845.patch
>
>
> In current trunk, if i load a table of 8M rows and then try and delete it, the disable returns saying the table was successfully deleted but when I then try to drop the table, it says table not disabled.  I run the disable/drop cycle a few more times and still fails.  Eventually, if I wait long enough, it succeeds.   Maybe the table drop should just block if table is seen to have disabled regions in it.  As is, its a little disorientating the way it works.  Could lead admins to distrust status messages emitted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.