[
https://issues.apache.org/jira/browse/HBASE-22715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16892332#comment-16892332
]
Hudson commented on HBASE-22715:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.3-IT #606 (See
[https://builds.apache.org/job/HBase-1.3-IT/606/])
Revert "HBASE-22715 All scan requests should be handled by scan handler
(apurtell: rev d5db65fc6e773a6e2c45d123326ef7b02884b01c)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RWQueueRpcExecutor.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestSimpleRpcScheduler.java
> 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)