[
https://issues.apache.org/jira/browse/PHOENIX-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid resolved PHOENIX-1403.
-----------------------------------
Resolution: Fixed
Fix Version/s: 3.3
4.3
5.0.0
Assignee: Gabriel Reid
Pushed to master, 3.0, 3.2, 4.0, and 4.2 branches.
> Race condition can cause ConnectionQueryServicesImpl to be re-initialized
> -------------------------------------------------------------------------
>
> Key: PHOENIX-1403
> URL: https://issues.apache.org/jira/browse/PHOENIX-1403
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.2, 3.2
> Reporter: Gabriel Reid
> Assignee: Gabriel Reid
> Fix For: 5.0.0, 4.3, 3.3
>
> Attachments: PHOENIX-1403.patch
>
>
> If there are multiple threads opening connections to the same Phoenix (HBase)
> instance concurrently, the same ConnectionQueryServicesImpl instance can be
> initialized multiple times. This can eventually cause some resources to leak,
> such as ZK connections.
> There is a synchronized block to prevent this, but PHOENIX-966 inadvertently
> disabled the function of the synchronized block.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)