Jonathan Hsieh created HBASE-11556:
--------------------------------------
Summary: 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
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)