You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Bieniosek (JIRA)" <ji...@apache.org> on 2008/02/15 22:26:08 UTC

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

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

Michael Bieniosek updated HBASE-452:
------------------------------------

    Priority: Minor  (was: Major)

> "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
>            Reporter: Michael Bieniosek
>            Priority: Minor
>
> 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.