[
https://issues.apache.org/jira/browse/HBASE-5084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13174350#comment-13174350
]
Zhihong Yu commented on HBASE-5084:
-----------------------------------
We already have:
{code}
public HTable(final byte[] tableName, final HConnection connection,
final ExecutorService pool) throws IOException {
{code}
where connection cannot be null.
Shall we relax the restriction on connection not being null ?
> Allow different HTable instances to share one ExecutorService
> -------------------------------------------------------------
>
> Key: HBASE-5084
> URL: https://issues.apache.org/jira/browse/HBASE-5084
> Project: HBase
> Issue Type: Task
> Reporter: Zhihong Yu
>
> This came out of Lily 1.1.1 release:
> Use a shared ExecutorService for all HTable instances, leading to better (or
> actual) thread reuse
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira