You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ramya Sunil (JIRA)" <ji...@apache.org> on 2011/09/06 17:28:10 UTC

[jira] [Resolved] (HBASE-4332) Describing a disabled table displays the table as being ENABLED

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

Ramya Sunil resolved HBASE-4332.
--------------------------------

    Resolution: Invalid

Thanks Ramakrishna for pointing out. I focused on looking at DISABLED rather than seeing ENABLED being set to false. Resolving this jira as invalid.

> Describing a disabled table displays the table as being ENABLED
> ---------------------------------------------------------------
>
>                 Key: HBASE-4332
>                 URL: https://issues.apache.org/jira/browse/HBASE-4332
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 0.90.3
>            Reporter: Ramya Sunil
>
> On hbase 0.90.3, describing a table which is disabled, on hbase shell shows the table as being ENABLED i.e.
> {noformat}
> hbase> create 't1','c1'
> hbase> describe 't1'
>        DESCRIPTION ENABLED   
> hbase> drop 't1'
>        ERROR: Table t1 is enabled. Disable it first.'
> hbase> disable 't1'
> hbase> describe 't1'
>        DESCRIPTION ENABLED   
> hbase> drop 't1'
> Table dropped
> {noformat}
> The describe option can be useful to know if the table is disabled/enabled. I looked through jiras to find if an issue already exists but could not find one. Please mark it as duplicate if one already exists.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira