Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7EC68200BAE for ; Fri, 14 Oct 2016 05:33:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7BCDA160AF9; Fri, 14 Oct 2016 03:33:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E8FD7160AE4 for ; Fri, 14 Oct 2016 05:33:22 +0200 (CEST) Received: (qmail 90113 invoked by uid 500); 14 Oct 2016 03:33:21 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 89972 invoked by uid 99); 14 Oct 2016 03:33:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2016 03:33:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 161792C4C82 for ; Fri, 14 Oct 2016 03:33:21 +0000 (UTC) Date: Fri, 14 Oct 2016 03:33:21 +0000 (UTC) From: "Duo Zhang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15921) Add first AsyncTable impl and create TableImpl based on it MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 14 Oct 2016 03:33:23 -0000 [ https://issues.apache.org/jira/browse/HBASE-15921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-15921: ------------------------------ Release Note: Add AsyncConnection, AsyncTable and AsyncTableRegionLocator. Now the AsyncTable only support get, put and delete. And the implementation of AsyncTableRegionLocator is synchronous actually. > Add first AsyncTable impl and create TableImpl based on it > ---------------------------------------------------------- > > Key: HBASE-15921 > URL: https://issues.apache.org/jira/browse/HBASE-15921 > Project: HBase > Issue Type: Improvement > Affects Versions: 2.0.0 > Reporter: Jurriaan Mous > Assignee: Duo Zhang > Fix For: 2.0.0 > > Attachments: HBASE-15921-v10.patch, HBASE-15921-v2.patch, HBASE-15921-v3.patch, HBASE-15921-v4.patch, HBASE-15921-v5.patch, HBASE-15921-v6.patch, HBASE-15921-v7.patch, HBASE-15921-v8.patch, HBASE-15921-v9.patch, HBASE-15921.demo.patch, HBASE-15921.patch, HBASE-15921.v1.patch > > > First we create an AsyncTable interface with implementation without the Scan functionality. Those will land in a separate patch since they need a refactor of existing scans. > Also added is a new TableImpl to replace HTable. It uses the AsyncTableImpl internally and should be a bit faster because it does jump through less hoops to do ProtoBuf transportation. This way we can run all existing tests on the AsyncTableImpl to guarantee its quality. -- This message was sent by Atlassian JIRA (v6.3.4#6332)