[
https://issues.apache.org/jira/browse/HBASE-8948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars George updated HBASE-8948:
-------------------------------
Fix Version/s: 0.94.11
0.95.2
0.98.0
Assignee: Lars George
Status: Patch Available (was: Open)
> Bound table pool size in Thrift 2 server
> ----------------------------------------
>
> Key: HBASE-8948
> URL: https://issues.apache.org/jira/browse/HBASE-8948
> Project: HBase
> Issue Type: Sub-task
> Components: Thrift
> Reporter: Lars George
> Assignee: Lars George
> Labels: noob, thrift2
> Fix For: 0.98.0, 0.95.2, 0.94.11
>
> Attachments: HBASE-8948.patch
>
>
> Looking at the ThriftHBaseServiceHandler, it has this code:
> {code}
> ThriftHBaseServiceHandler(Configuration conf) {
> htablePool = new HTablePool(conf, Integer.MAX_VALUE);
> }
> {code}
> It seems like this is excessive. We should have a config to set this from
> outside and default it to a sane upper limit.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira