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 2515411F01 for ; Tue, 22 Jul 2014 01:50:39 +0000 (UTC) Received: (qmail 86203 invoked by uid 500); 22 Jul 2014 01:50:38 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 86151 invoked by uid 500); 22 Jul 2014 01:50:38 -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 86138 invoked by uid 99); 22 Jul 2014 01:50:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 01:50:38 +0000 Date: Tue, 22 Jul 2014 01:50:38 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11556) Move HTablePool to hbase-thrift module. 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-11556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14069688#comment-14069688 ] Hudson commented on HBASE-11556: -------------------------------- SUCCESS: Integrated in HBase-TRUNK #5331 (See [https://builds.apache.org/job/HBase-TRUNK/5331/]) HBASE-11556 Move HTablePool to hbase-thrift module (jmhsieh: rev c5dc88791bb13f8bc86da71c9ea533647411a377) * hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHTablePool.java * hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift2/TestHTablePool.java * hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/HTablePool.java * hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTablePool.java * hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestPoolMap.java * hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftHBaseServiceHandler.java > Move HTablePool to hbase-thrift module. > --------------------------------------- > > Key: HBASE-11556 > URL: https://issues.apache.org/jira/browse/HBASE-11556 > Project: HBase > Issue Type: Bug > Components: Thrift > Affects Versions: 2.0.0 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Fix For: 2.0.0 > > Attachments: hbase-11556.patch, hbase-11556.v2.patch > > > Thrift2 is the only place in the core hbase project where HTablePool is used. HTablePool is currently marked deprecated since 0.98.1 and users have been discouraged from using it for a while. > This patch moves HTablePool to the hbase-thrift module so that we remove it from the core client api and group it with the piece of code it is used by. > We got here because HBASE-11554 attempted to remove what seemed to Reusable pooltype, and it ended up that thrift2 defaulted to this Reusable type. -- This message was sent by Atlassian JIRA (v6.2#6252)