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 Hofhansl (JIRA)" <ji...@apache.org> on 2013/12/08 05:43:36 UTC

[jira] [Resolved] (HBASE-5164) Better HTable resource consumption in CoprocessorHost

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

Lars Hofhansl resolved HBASE-5164.
----------------------------------

    Resolution: Duplicate

Largely fixed with HBASE-9534

> Better HTable resource consumption in CoprocessorHost
> -----------------------------------------------------
>
>                 Key: HBASE-5164
>                 URL: https://issues.apache.org/jira/browse/HBASE-5164
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Coprocessors
>            Reporter: Lars Hofhansl
>            Priority: Minor
>
> HBASE-4805 allows for more control over HTable's resource consumption.
> This is currently not used by CoprocessorHost (even though it would even be more critical to control this inside the RegionServer).
> It's not immediate obvious how to do that.
> Maybe CoprocessorHost should maintain a lazy ExecutorService and HConnection and reuse both for all HTables retrieved via CoprocessorEnvironment.getTable(...).
> Not sure how critical this is, but I feel without this it is dangerous to use getTable, as it would lead to all resource consumption problems we find in the client, but inside a crucial part of the HBase servers.



--
This message was sent by Atlassian JIRA
(v6.1#6144)