[
https://issues.apache.org/jira/browse/HBASE-16510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15448059#comment-15448059
]
Duo Zhang commented on HBASE-16510:
-----------------------------------
CancellableRegionServerCallable will call its parent, RegionServerCallable's
call method, we will reset the RpcController there.
And for RpcRetryingCallable, it is only used in HBaseAdmin for some meta
operations, there is no RpcController in the Callable implementation.
> Reset RpcController before retry
> --------------------------------
>
> Key: HBASE-16510
> URL: https://issues.apache.org/jira/browse/HBASE-16510
> Project: HBase
> Issue Type: Sub-task
> Components: rpc
> Affects Versions: 2.0.0
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Labels: trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-16510-v1.patch, HBASE-16510.patch
>
>
> Later we will use RpcController to pass exceptions to upper layer, so we need
> to clear the exception info before retry.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)