You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Balazs Meszaros (JIRA)" <ji...@apache.org> on 2018/03/22 15:36:00 UTC

[jira] [Created] (HBASE-20258) Shell hangs when scanning a disabled table

Balazs Meszaros created HBASE-20258:
---------------------------------------

             Summary: Shell hangs when scanning a disabled table
                 Key: HBASE-20258
                 URL: https://issues.apache.org/jira/browse/HBASE-20258
             Project: HBase
          Issue Type: Sub-task
            Reporter: Balazs Meszaros


I executed the following commands against a 2.0 server:

{code}
disable 't'
scan 't'
{code}

From client-1.2: it throws an error because the table is disabled -> OK.
From client-2.0: the shell hangs -> NOT OK.



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