[
https://issues.apache.org/jira/browse/HBASE-18569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16520169#comment-16520169
]
Guanghao Zhang commented on HBASE-18569:
----------------------------------------
bq. if (info == null || info.isOffline() || info.isSplitParent() ||
loc.getServerName() == null)
Here add a info.isOffline() case, but don't see this condition in onScanNext
method?
bq. if (LOG.isDebugEnabled())
Whe removed LOG.isTraceEnabled and keep LOG.isDebugEnabled()?
bq. Thread.sleep(1000);
Is this enough for virtual machine which run the unit test? It may be flaky if
the unit test run slow?
> Add prefetch support for async region locator
> ---------------------------------------------
>
> Key: HBASE-18569
> URL: https://issues.apache.org/jira/browse/HBASE-18569
> Project: HBase
> Issue Type: Sub-task
> Components: asyncclient, Client
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 3.0.0, 2.1.0
>
> Attachments: HBASE-18569-v1.patch, HBASE-18569.patch
>
>
> It will be useful for large tables.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)