Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- Is contained by
-
ZOOKEEPER-1504 Multi-thread NIOServerCnxn
- Resolved