"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
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.