Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-18334

Remove sync client implementation and wrap async client under sync client interface

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      Since 2.0 we have async client, now we have two client implementations. We can implement an sync client (Table interface) by using async client, getting a CompletableFuture and then waiting it done directly. This can reduce the maintenance work at client side in the future.
      Async client is done, we tested the performance and it showed it has same performance with sync client. In branch-2 we can keep old sync client implementations and remove it in master branch (since 3.0).

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              yangzhe1991 Phil Yang
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: