You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sergey Soldatov (JIRA)" <ji...@apache.org> on 2018/01/11 21:31:00 UTC

[jira] [Updated] (HBASE-19775) hbase shell doesn't handle the exceptions that are wrapped in java.io.UncheckedIOException

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

Sergey Soldatov updated HBASE-19775:
------------------------------------
    Status: Patch Available  (was: Open)

> hbase shell doesn't handle the exceptions that are wrapped in java.io.UncheckedIOException
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-19775
>                 URL: https://issues.apache.org/jira/browse/HBASE-19775
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 2.0.0-beta-1
>            Reporter: Sergey Soldatov
>            Assignee: Sergey Soldatov
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-19775-branch-2.patch
>
>
> HBase shell doesn't have a notion of UncheckedIOException, so it may not handle it correctly. For an example, if we scan not existing table the error look weird:
> {noformat}
> hbase(main):001:0> scan 'a'
> ROW                                                                                         COLUMN+CELL
> ERROR: a
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)