You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2019/02/13 07:52:00 UTC

[jira] [Commented] (HBASE-21717) Implement Connection based on AsyncConnection

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

Duo Zhang commented on HBASE-21717:
-----------------------------------

Implement Table based on AsyncTable. The coprocessor related method may reference the blocking protobuf interface so it can not be executed asynchronously, mark them as deprecated and will be removed in next major release.

Implement a Connection based on AsyncConnection. Since we only implemented the Table interface, we still need to keep the ConnectionImplementation to support other methods, such as getAdmin, getBufferedMutator, etc. Will replace them one by one.

Introduce a toConnection method in AsyncConnection and a toAsyncConnection method in Connection, to make it more flexible.

> Implement Connection based on AsyncConnection
> ---------------------------------------------
>
>                 Key: HBASE-21717
>                 URL: https://issues.apache.org/jira/browse/HBASE-21717
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>         Attachments: HBASE-21717-HBASE-21512.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)