You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2015/12/23 07:12:46 UTC

[jira] [Updated] (PHOENIX-2388) Support pooling Phoenix connections

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

James Taylor updated PHOENIX-2388:
----------------------------------
    Description: Frequently user are plugging Phoenix into an ecosystem that pools connections. It would be possible to implement a pooling mechanism for Phoenix by creating a delegate Connection that instantiates a new Phoenix connection when retrieved from the pool and then closes the connection when returning it to the pool.  (was: Frequently user are plugging Phoenix into an ecosystem that pools connections. We should support this by refactoring out the code in PhoenixConnection constructor (and call when taking something out of a pool) and PhoenixConnection.close (and call when putting something into a pool).)

> Support pooling Phoenix connections
> -----------------------------------
>
>                 Key: PHOENIX-2388
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2388
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>
> Frequently user are plugging Phoenix into an ecosystem that pools connections. It would be possible to implement a pooling mechanism for Phoenix by creating a delegate Connection that instantiates a new Phoenix connection when retrieved from the pool and then closes the connection when returning it to the pool.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)