[
https://issues.apache.org/jira/browse/HBASE-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705827#action_12705827
]
Andrew Purtell commented on HBASE-1367:
---------------------------------------
I can't find an old enough version of the Thrift compiler to regenerate after
updating the IDL, so I'm just going to pull up to today's Thrift trunk --
r771332 and commit the result and the removal of NotFound as a single change
set.
> get rid of thrift exception 'NotFound'
> --------------------------------------
>
> Key: HBASE-1367
> URL: https://issues.apache.org/jira/browse/HBASE-1367
> Project: Hadoop HBase
> Issue Type: Sub-task
> Reporter: ryan rawson
> Assignee: Andrew Purtell
> Fix For: 0.20.0
>
>
> as per the discussion in HBASE-794, the use of exceptions is not good, since
> some clients may disconnect.
> Return a structure like:
> { boolean: found, RowResult: result }
> where 'result' is optional if found is false.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.