Description
ContainerManager creates a Timer object. It's stop() method cancel's the running task but doesn't close the Timer itself. This ends up leaking a Thread (internal to the Timer).
Attachments
Attachments
Issue Links
- relates to
-
ZOOKEEPER-2163 Introduce new ZNode type: container
- Resolved