You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/04/04 21:39:30 UTC

[jira] Commented: (HBASE-452) "region offline" should throw IOException, not IllegalStateException

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

stack commented on HBASE-452:
-----------------------------

+1 if the new Exception is moved under the client subpackage.   This is a nice improvement.

> "region offline" should throw IOException, not IllegalStateException
> --------------------------------------------------------------------
>
>                 Key: HBASE-452
>                 URL: https://issues.apache.org/jira/browse/HBASE-452
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.2.0, 0.1.0
>            Reporter: Michael Bieniosek
>            Assignee: Bryan Duxbury
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: 452.patch
>
>
> It would be nice if I could wrap my HTable.get calls in try {} catch (IOException e).  But that doesn't work, since I also need to catch IllegalStateException.  I think that any time there is something wrong with hbase, hbase calls should throw an IOException (or subclass thereof).  Things like IllegalStateException should be reserved for programmer error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.