[
https://issues.apache.org/jira/browse/HBASE-17497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833227#comment-15833227
]
Duo Zhang commented on HBASE-17497:
-----------------------------------
I think we can just return a RawAsyncTable here.
And as RawAsyncTable is thread safe now, do we still need to create a
RawAsyncTable every time? Maybe we could just pass a RawAsyncTable instead of
AsyncConnection to AsyncMetaTableAccesor? Can be addressed in another issue as
this is not a bug.
Thanks.
> Add first async MetaTableAccessor impl and Implement tableExists method
> -----------------------------------------------------------------------
>
> Key: HBASE-17497
> URL: https://issues.apache.org/jira/browse/HBASE-17497
> Project: HBase
> Issue Type: Sub-task
> Components: Client
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Fix For: 2.0.0
>
> Attachments: HBASE-17497-v1.patch
>
>
> HBaseAdmin use many MetaTableAccessor's static methods. So add a async
> MetaTableAccessor for AsyncHBaseAdmin.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)