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

stack commented on HBASE-3670:
------------------------------

It won't break the API if what you add is subclass of IOE.

Change HTI I'd say.  Maybe file another issue if HTI and HT differ.  Doc should 
be in one only (FYI, HTI came after HT).

> Fix error handling in get(List<Get> gets)
> -----------------------------------------
>
>                 Key: HBASE-3670
>                 URL: https://issues.apache.org/jira/browse/HBASE-3670
>             Project: HBase
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.92.0
>            Reporter: Lars George
>             Fix For: 0.92.0
>
>
> See HBASE-3634 for details. The get(List<Get> gets) call needs to catch (or 
> rather use a try/finally) the exception thrown by batch() and copy the Result 
> instances over and return it. If that is not intended then we need to fix the 
> JavaDoc in HTableInterface to reflect the new behavior. 
> In general it seems to make sense to check the various methods (list based 
> put, get, delete compared to batch) and agree on the correct behavior.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to