[
https://issues.apache.org/jira/browse/HBASE-18598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131154#comment-16131154
]
Hudson commented on HBASE-18598:
--------------------------------
FAILURE: Integrated in Jenkins build HBASE-14070.HLC #233 (See
[https://builds.apache.org/job/HBASE-14070.HLC/233/])
HBASE-18598 AsyncNonMetaRegionLocator use FIFO algorithm to get a (zghao: rev
59ffb6119b2e4613bc8baec9a0738096184a3d92)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncNonMetaRegionLocator.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncNonMetaRegionLocator.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)