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 BC696200BEA for ; Tue, 27 Dec 2016 12:33:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BB19A160B23; Tue, 27 Dec 2016 11:33:00 +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 191B3160B31 for ; Tue, 27 Dec 2016 12:32:59 +0100 (CET) Received: (qmail 27183 invoked by uid 500); 27 Dec 2016 11:32:58 -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 27060 invoked by uid 99); 27 Dec 2016 11:32:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Dec 2016 11:32:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 74F642C1F5A for ; Tue, 27 Dec 2016 11:32:58 +0000 (UTC) Date: Tue, 27 Dec 2016 11:32:58 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17174) Refactor the AsyncProcess, BufferedMutatorImpl, and HTable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 27 Dec 2016 11:33:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17174?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D157= 80220#comment-15780220 ]=20 Hudson commented on HBASE-17174: -------------------------------- SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #2207 (See [https:/= /builds.apache.org/job/HBase-Trunk_matrix/2207/]) HBASE-17174 Addendum fix typo (zhangduo: rev 5ffbd4a87d73caee3ab27ae8d6a47c= d36afc859f) * (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/RequestC= ontroller.java * (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/SimpleRe= questController.java > Refactor the AsyncProcess, BufferedMutatorImpl, and HTable > ---------------------------------------------------------- > > Key: HBASE-17174 > URL: https://issues.apache.org/jira/browse/HBASE-17174 > Project: HBase > Issue Type: New Feature > Affects Versions: 2.0.0 > Reporter: ChiaPing Tsai > Assignee: ChiaPing Tsai > Priority: Minor > Fix For: 2.0.0 > > Attachments: HBASE-17174.addendum.patch, HBASE-17174.v0.patch, HB= ASE-17174.v1.patch, HBASE-17174.v10.patch, HBASE-17174.v11.patch, HBASE-171= 74.v11.patch, HBASE-17174.v11.patch, HBASE-17174.v12.patch, HBASE-17174.v13= .patch, HBASE-17174.v2.patch, HBASE-17174.v3.patch, HBASE-17174.v4.patch, H= BASE-17174.v5.patch, HBASE-17174.v6.patch, HBASE-17174.v7.patch, HBASE-1717= 4.v8.patch, HBASE-17174.v9.patch > > > The following are reasons of refactoring. > # A update-heavy application, for example, loader, creates many BufferedM= utator for batch updates. But these BufferedMutators can=E2=80=99t share a = large threadpool because the shutdown() method will be called when closing = any BufferedMutator. This patch adds a flag into BufferedMutatorParams for = preventing calling the shutdown() method in BufferedMutatorImpl#close > # The AsyncProcess has the powerful traffic control, but the control is a= gainst the single table currently. We should allow alternate traffic contro= l implementation for advanced user who want more control. > All suggestions are welcome. -- This message was sent by Atlassian JIRA (v6.3.4#6332)