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 AEB9A691B for ; Fri, 8 Jul 2011 15:16:44 +0000 (UTC) Received: (qmail 71760 invoked by uid 500); 8 Jul 2011 15:16:44 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 71727 invoked by uid 500); 8 Jul 2011 15:16:44 -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 71717 invoked by uid 99); 8 Jul 2011 15:16:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 15:16:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 15:16:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0D6614D4F5 for ; Fri, 8 Jul 2011 15:16:20 +0000 (UTC) Date: Fri, 8 Jul 2011 15:16:20 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <544419016.11402.1310138180051.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1711407130.8817.1309534228473.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4054) Usability improvement to HTablePool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062005#comment-13062005 ] stack commented on HBASE-4054: ------------------------------ No worries Daniel. > Usability improvement to HTablePool > ----------------------------------- > > Key: HBASE-4054 > URL: https://issues.apache.org/jira/browse/HBASE-4054 > Project: HBase > Issue Type: Improvement > Components: client > Affects Versions: 0.90.3 > Reporter: Daniel Iancu > Priority: Minor > Attachments: 4054.addendum, HBASE-4054_Usability_improvement_to_HTablePool-trunk.patch, HBASE-4054_Usability_improvement_to_HTablePool.patch > > > To improve the usability of the HTablePool the implementation should not rely on the user returning the connection to the pool but rather do that transparently when user closes the HTableImplementation it got. > > To do that a HTableImplementation proxy implementation should be returned that wraps a HTable object and holds a reference to the pool. When the client close the proxy it will actually automatically return the wrapped HTable back in pool to be reused. In this case the method HTablePool.putTable don't need to be public -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira