[
https://issues.apache.org/jira/browse/HBASE-18598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16128692#comment-16128692
]
Hudson commented on HBASE-18598:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-2.0 #339 (See
[https://builds.apache.org/job/HBase-2.0/339/])
HBASE-18598 AsyncNonMetaRegionLocator use FIFO algorithm to get a (zghao: rev
b2afd6c24e3727465881735073ad2df1f7380fde)
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncNonMetaRegionLocator.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncNonMetaRegionLocator.java
> AsyncNonMetaRegionLocator use FIFO algorithm to get a candidate locate request
> ------------------------------------------------------------------------------
>
> Key: HBASE-18598
> URL: https://issues.apache.org/jira/browse/HBASE-18598
> Project: HBase
> Issue Type: Bug
> Components: asyncclient
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Priority: Minor
> Fix For: 3.0.0, 2.0.0-alpha-2
>
> Attachments: HBASE-18598-v1.patch, HBASE-18598-v2.patch,
> HBASE-18598-v2.patch
>
>
> {code}
> // TODO: use a better algorithm to send a request which is more likely to
> fetch a new
> // location.
> {code}
> After this issue, the AsyncNonMetaRegionLocator will use FIFO algorithm to
> get a candidate locate request. Meanwhile, we will clear the completed
> requests before get a candidate.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)