[
https://issues.apache.org/jira/browse/HBASE-3762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Helmling resolved HBASE-3762.
----------------------------------
Resolution: Fixed
Fix Version/s: 0.92.0
Release Note:
The follow methods have been changed to now throw IOException:
org.apache.hadoop.hbase.client.HTableFactory#releaseHTableInterface(HTableInterface)
org.apache.hadoop.hbase.client.HTableInterfaceFactory#releaseHTableInterface(HTableInterface)
org.apache.hadoop.hbase.client.HTablePool#closeTablePool(byte[])
org.apache.hadoop.hbase.client.HTablePool#closeTablePool(String)
org.apache.hadoop.hbase.client.HTablePool#putTable(HTableInterface)
Hadoop Flags: [Incompatible change, Reviewed]
Committed to trunk.
Thanks for the patch Ted!
> HTableFactory.releaseHTableInterface() wraps IOException in RuntimeException
> ----------------------------------------------------------------------------
>
> Key: HBASE-3762
> URL: https://issues.apache.org/jira/browse/HBASE-3762
> Project: HBase
> Issue Type: Bug
> Components: client
> Affects Versions: 0.90.2
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 0.92.0
>
> Attachments: HBASE-3762.patch
>
>
> Currently HTableFactory.releaseHTableInterface() wraps IOException in
> RuntimeException.
> We should let HTableInterfaceFactory.releaseHTableInterface() throw
> IOException explicitly.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira