[CURATOR-437] zookeeper connection leak when session expires.
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Curator inject will set zookeeper state to CLOSED when session expires without close zk associated threads.
If state set to CLOSED, ZooKeeper.close() function won't be able to release resources properly, which lead to memory and connection leak.
To reproduce, create a curator client, then shutdown zk server, wait for session timeout, restart the zk server. There will be two ZooKeeper instances and two connections to the server.
---
Originally reported by zealot0630, imported from: zookeeper connection leak when session expires.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.