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

Bryan Duxbury updated HBASE-452:
--------------------------------

        Fix Version/s: 0.2.0
    Affects Version/s: 0.1.0
                       0.2.0

> "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
>            Priority: Minor
>             Fix For: 0.2.0
>
>
> 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.

Reply via email to