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

Reply via email to