[
https://issues.apache.org/jira/browse/HBASE-21385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663336#comment-16663336
]
Guanghao Zhang commented on HBASE-21385:
----------------------------------------
Ping [~Apache9] [~stack] for reviewing.
> HTable.delete request use rpc call directly instead of AsyncProcess
> -------------------------------------------------------------------
>
> Key: HBASE-21385
> URL: https://issues.apache.org/jira/browse/HBASE-21385
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 3.0.0, 2.1.0, 2.2.0, 2.0.2
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Priority: Major
> Fix For: 3.0.0, 2.2.0, 2.1.1, 2.0.3
>
> Attachments: HBASE-21385.master.001.patch
>
>
> HBASE-16592 unify delete request to use AsyncProcess. But the job is not done
> totally. As we still use rpc call for get, put, append, and increment. We
> only use AsyncProcess for batch requests. And I found one problem in
> HBASE-21365. The rpc call will throw a DoNotRetryException but AsyncProcess
> will wrap it with a new RetriesExhaustedWithDetailsException. It is not
> right. So I thought HTable.delete should use rpc call directly, it is same
> with get, put, append and increment request.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)