You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2018/04/06 18:04:00 UTC

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

    [ https://issues.apache.org/jira/browse/HBASE-20258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16428692#comment-16428692 ] 

Mike Drob edited comment on HBASE-20258 at 4/6/18 6:03 PM:
-----------------------------------------------------------

Great, +1 - -will switch double quotes to single quotes in the test on commit.- edit: not changing it since the rest of the test descriptions are that way already


was (Author: mdrob):
Great, +1 - will switch double quotes to single quotes in the test on commit.

> 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
>            Assignee: Balazs Meszaros
>            Priority: Major
>             Fix For: 2.0.0
>
>         Attachments: HBASE-20258.branch-2.001.patch, HBASE-20258.branch-2.002.patch, HBASE-20258.master.001.patch, HBASE-20258.master.002.patch, HBASE-20258.master.003.patch
>
>
> 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)