Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Incompatible change, Reviewed
Description
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.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-794 Language neutral IPC as a first class component of HBase architecture
- Closed