[
https://issues.apache.org/jira/browse/HBASE-21385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guanghao Zhang reassigned HBASE-21385:
--------------------------------------
Assignee: Guanghao Zhang
> 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
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Priority: Major
> 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)