[
https://issues.apache.org/jira/browse/HBASE-17646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zheng Hu updated HBASE-17646:
-----------------------------
Attachment: HBASE-17646.v3.patch
Upload patch v3:
1. use RawAsyncTableImpl's default scan caching.
2. scan meta table without setting limit ( use default scan.limit which is -1).
3. remove specific timeout of test UT. use default timeout instead.
> Implement Async getRegion method
> --------------------------------
>
> Key: HBASE-17646
> URL: https://issues.apache.org/jira/browse/HBASE-17646
> Project: HBase
> Issue Type: Sub-task
> Components: asyncclient
> Affects Versions: 2.0.0
> Reporter: Zheng Hu
> Assignee: Zheng Hu
> Labels: asynchronous
> Fix For: 2.0.0
>
> Attachments: HBASE-17646.v1.patch, HBASE-17646.v2.patch,
> HBASE-17646.v3.patch
>
>
> There are some async admin APIs which depends on async getRegion method.
> Such as :
> 1. closeRegion.
> 2. flushRegion.
> 3. compactRegion.
> 4. mergeRegion.
> 5. splitRegion.
> and so on .
> So, implement async getRegion method first.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)