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 019DC200BCB for ; Thu, 24 Nov 2016 19:50:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 002EC160B21; Thu, 24 Nov 2016 18:50:03 +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 6DFED160AFB for ; Thu, 24 Nov 2016 19:50:02 +0100 (CET) Received: (qmail 21258 invoked by uid 500); 24 Nov 2016 18:50:01 -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 21208 invoked by uid 99); 24 Nov 2016 18:50:01 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2016 18:50:01 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 75E992C03E5 for ; Thu, 24 Nov 2016 18:49:58 +0000 (UTC) Date: Thu, 24 Nov 2016 18:49:58 +0000 (UTC) From: "ChiaPing Tsai (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17174) Use shared threadpool in BufferedMutatorImpl MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 24 Nov 2016 18:50:03 -0000 [ https://issues.apache.org/jira/browse/HBASE-17174?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] ChiaPing Tsai updated HBASE-17174: ---------------------------------- Attachment: HBASE-17174.v2.patch v2 addresses the comment from [~anoop.hbase] > Use shared threadpool in BufferedMutatorImpl > -------------------------------------------- > > 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.v0.patch, HBASE-17174.v1.patch, HBASE-17= 174.v2.patch > > > A update-heavy application, for example, loader, creates many BufferedMut= ator for batch updates. But these BufferedMutators can=E2=80=99t share a la= rge threadpool because the shutdown() method will be called when closing an= y BufferedMutator. This patch adds a flag into BufferedMutatorParams for pr= eventing calling the shutdown() method in BufferedMutatorImpl#close -- This message was sent by Atlassian JIRA (v6.3.4#6332)