Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFF5B10A99 for ; Wed, 12 Mar 2014 22:36:49 +0000 (UTC) Received: (qmail 77792 invoked by uid 500); 12 Mar 2014 22:36:47 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 77743 invoked by uid 500); 12 Mar 2014 22:36:46 -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 77727 invoked by uid 99); 12 Mar 2014 22:36:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 22:36:45 +0000 Date: Wed, 12 Mar 2014 22:36:45 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9117) Remove HTablePool and all HConnection pooling related APIs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932563#comment-13932563 ] stack commented on HBASE-9117: ------------------------------ Sounds reasonable. > Remove HTablePool and all HConnection pooling related APIs > ---------------------------------------------------------- > > Key: HBASE-9117 > URL: https://issues.apache.org/jira/browse/HBASE-9117 > Project: HBase > Issue Type: Bug > Reporter: Lars Hofhansl > Assignee: Nick Dimiduk > Priority: Critical > Fix For: 0.99.0 > > Attachments: HBASE-9117.00.patch, HBASE-9117.01.patch, HBASE-9117.02.patch, HBASE-9117.03.patch, HBASE-9117.04.patch, HBASE-9117.05.patch, HBASE-9117.06.patch > > > The recommended way is now: > # Create an HConnection: HConnectionManager.createConnection(...) > # Create a light HTable: HConnection.getTable(...) > # table.close() > # connection.close() > All other API and pooling will be removed. -- This message was sent by Atlassian JIRA (v6.2#6252)