[
https://issues.apache.org/jira/browse/HBASE-17800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15941230#comment-15941230
]
Xiaobing Zhou commented on HBASE-17800:
---------------------------------------
Thanks for review. Posted v1 patch the some of comments.
# The advantage is there's no dependency and dependency exposure if
RemoteException doesn't maintain PB object.
# The signature is from base class std::exception, we'd keep it as is for the
purpose of overriding.
{code}
const char* what()
{code}
> [C++] handle exceptions in client RPC
> -------------------------------------
>
> Key: HBASE-17800
> URL: https://issues.apache.org/jira/browse/HBASE-17800
> Project: HBase
> Issue Type: Sub-task
> Reporter: Xiaobing Zhou
> Assignee: Xiaobing Zhou
> Attachments: HBASE-17800-HBASE-14850.000.patch,
> HBASE-17800-HBASE-14850.001.patch
>
>
> Exceptions are ignored in current client RPC. They should be handled properly
> to be consumed by RPC retry or propagated up to APIs.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)