[ https://issues.apache.org/jira/browse/HBASE-16991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15628836#comment-15628836 ]
Yu Li commented on HBASE-16991: ------------------------------- Yes, but we ever had a {{getConnection}} in {{ConnectionManager}} in branch-1, and I'm not sure why we deprecated that. In our case it cost us quite some energy to educate users to only create one connection per process... And I think it would be useful if we could have some getConenction method in async client. > 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.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)