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/21 11:28:48 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-8948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars George updated HBASE-8948:
-------------------------------

    Attachment: HBASE-8948.patch
    
> 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
>              Labels: noob, thrift2
>         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