[ 
https://issues.apache.org/jira/browse/HBASE-21385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16664741#comment-16664741
 ] 

Hudson commented on HBASE-21385:
--------------------------------

Results for branch branch-2.0
        [build #1015 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/1015/]: 
(/) *{color:green}+1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/1015//General_Nightly_Build_Report/]




(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/1015//JDK8_Nightly_Build_Report_(Hadoop2)/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.0/1015//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


> 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-21385.master.002.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)

Reply via email to