You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Biju Nair (JIRA)" <ji...@apache.org> on 2019/05/23 22:32:00 UTC

[jira] [Updated] (HBASE-10653) Incorrect table status in HBase shell Describe

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

Biju Nair updated HBASE-10653:
------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Checked the output from the current shell and the table state is displayed on a separate line which was the origin of the issue. Closing the issue as fixed. Please re-open if required.


{noformat}
hbase(main):002:0> describe 't1'
Table t1 is ENABLED                                                                                                                                                                     
t1                                                                                                                                                                                      
COLUMN FAMILIES DESCRIPTION                                                                                                                                                             
{NAME => 'cf1', VERSIONS => '1', EVICT_BLOCKS_ON_CLOSE => 'false', NEW_VERSION_BEHAVIOR => 'false', KEEP_DELETED_CELLS => 'FALSE', CACHE_DATA_ON_WRITE => 'false', DATA_BLOCK_ENCODING =
> 'NONE', TTL => 'FOREVER', MIN_VERSIONS => '0', REPLICATION_SCOPE => '0', BLOOMFILTER => 'ROW', CACHE_INDEX_ON_WRITE => 'false', IN_MEMORY => 'false', CACHE_BLOOMS_ON_WRITE => 'false'
, PREFETCH_BLOCKS_ON_OPEN => 'false', COMPRESSION => 'NONE', BLOCKCACHE => 'true', BLOCKSIZE => '65536'}{noformat}

> Incorrect table status in HBase shell Describe
> ----------------------------------------------
>
>                 Key: HBASE-10653
>                 URL: https://issues.apache.org/jira/browse/HBASE-10653
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 0.94.17
>            Reporter: Biju Nair
>            Assignee: Rekha Joshi
>            Priority: Major
>              Labels: HbaseShell, describe
>             Fix For: 0.98.0
>
>         Attachments: HBASE-10653.1.patch, HBASE-10653.2.patch
>
>
> Describe output of table which is disabled shows as enabled.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)