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 98EE6200AC0 for ; Mon, 9 May 2016 21:31:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9786516099C; Mon, 9 May 2016 19:31:14 +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 134731609A8 for ; Mon, 9 May 2016 21:31:13 +0200 (CEST) Received: (qmail 71623 invoked by uid 500); 9 May 2016 19:31:13 -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 71580 invoked by uid 99); 9 May 2016 19:31:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2016 19:31:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E1D5D2C1F5C for ; Mon, 9 May 2016 19:31:12 +0000 (UTC) Date: Mon, 9 May 2016 19:31:12 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15770) Stop using wangle's global executor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 09 May 2016 19:31:14 -0000 [ https://issues.apache.org/jira/browse/HBASE-15770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliott Clark updated HBASE-15770: ---------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > Stop using wangle's global executor > ----------------------------------- > > Key: HBASE-15770 > URL: https://issues.apache.org/jira/browse/HBASE-15770 > Project: HBase > Issue Type: Sub-task > Reporter: Elliott Clark > Assignee: Elliott Clark > Priority: Blocker > Attachments: HBASE-15770-v1.patch, HBASE-15770.patch > > > In order to ensure that all things are closed correctly, we need to call IOThreadPool#close. Doing that on the singleton is pretty bad manners. So we should just use our own IOThreadPool and not use the global one at all. > This will involve making the client have the threads. > Passing the threads to connection pool, connection factory, etc. > Calling close on the threads when cleaning up the client. -- This message was sent by Atlassian JIRA (v6.3.4#6332)