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

Hudson commented on HBASE-22715:
--------------------------------

Results for branch branch-2
        [build #2108 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2108/]: 
(x) *{color:red}-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/2108//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2108//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/2108//JDK8_Nightly_Build_Report_(Hadoop3)/]


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


(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 3. [see log for 
details|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/2108//artifact/output-integration/hadoop-3.log].
 (note that this means we didn't check the Hadoop 3 shaded client)


> All scan requests should be handled by scan handler threads in 
> RWQueueRpcExecutor
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-22715
>                 URL: https://issues.apache.org/jira/browse/HBASE-22715
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 1.4.10
>            Reporter: Jeongdae Kim
>            Assignee: Jeongdae Kim
>            Priority: Minor
>             Fix For: 3.0.0, 1.5.0, 2.3.0, 2.2.1, 2.1.6, 1.4.11
>
>
> When we use RWQueueRpcExecutor, all scans should be handled by scan handler 
> threads, not read handler.
>  
> Before HBASE-17508, when calling openScanner() in client, a region server 
> doesn't make results, just open scanner and return scanner id. So, this 
> request(open) is executed in read handlers intentionally.
>   
> However, since HBASE-17508,, actual scan behavior happened while opening a 
> scanner,
> I think this request should probably be executed in scan handlers when using 
> RWQueueRpcExecutor.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to