You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars George (JIRA)" <ji...@apache.org> on 2013/07/15 11:16:51 UTC

[jira] [Created] (HBASE-8948) Bound table pool size in Thrift 2 server

Lars George created HBASE-8948:
----------------------------------

             Summary: 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


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