[
https://issues.apache.org/jira/browse/HBASE-15770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliott Clark reassigned HBASE-15770:
-------------------------------------
Assignee: Elliott Clark
> Stop using wangle's global executor
> -----------------------------------
>
> Key: HBASE-15770
> URL: https://issues.apache.org/jira/browse/HBASE-15770
> Project: HBase
> Issue Type: Sub-task
> Reporter: Elliott Clark
> Assignee: Elliott Clark
> Priority: Blocker
>
> In order to ensure that all things are closed correctly, we need to call
> IOThreadPool#close. Doing that on the singleton is pretty bad manners. So we
> should just use our own IOThreadPool and not use the global one at all.
> This will involve making the client have the threads.
> Passing the threads to connection pool, connection factory, etc.
> Calling close on the threads when cleaning up the client.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)