[
https://issues.apache.org/jira/browse/ZOOKEEPER-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enrico Olivelli updated ZOOKEEPER-1347:
---------------------------------------
Fix Version/s: 3.5.7
> Fix the cnxns to use a concurrent data structures
> -------------------------------------------------
>
> Key: ZOOKEEPER-1347
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1347
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: server
> Reporter: Camille Fournier
> Priority: Major
> Fix For: 3.6.0, 3.5.6, 3.5.7
>
>
> Cnxns is currently stored as a HashSet but may be accessed by multiple
> threads concurrently. Instead of doing our own sync we should investigate
> using a proper concurrent data structure for this.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)