Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-17359 Implement async admin
  3. HBASE-18608

AsyncConnection should return AsyncAdmin interface instead of the implemenation

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-alpha-2, 2.0.0
    • Client
    • None

    Description

      hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncConnection.java

      AsyncAdminBuilder<RawAsyncHBaseAdmin> getAdminBuilder();
      AsyncAdminBuilder<AsyncHBaseAdmin> getAdminBuilder(ExecutorService pool);
      

      These two method should not use the implemenation: RawAsyncHBaseAdmin and AsyncHBaseAdmin.

      Attachments

        1. HBASE-18608-v1.patch
          10 kB
          Guanghao Zhang

        Activity

          People

            zghao Guanghao Zhang
            zghao Guanghao Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: