[ 
https://issues.apache.org/jira/browse/HBASE-16991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15631717#comment-15631717
 ] 

Yu Li commented on HBASE-16991:
-------------------------------

I think we still need to add some UT like 
{{CONN.get().thenAccept(this::test);}} in {{TestSingletonAsyncConnection}} 
since these Singleton stuff won't go in our code base for now. We need to cover 
the correctness of full asynchronous usage. Agree?

> Make the initialization of AsyncConnection asynchronous
> -------------------------------------------------------
>
>                 Key: HBASE-16991
>                 URL: https://issues.apache.org/jira/browse/HBASE-16991
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Client
>    Affects Versions: 2.0.0
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HBASE-16991-v1.patch, HBASE-16991.patch
>
>
> Now the ConnectionFactory.createAsyncConnection is still blocking. We should 
> make it return a CompletableFuture to make the async client fully 
> asynchronous.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to