[
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)