You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Francesco Nigro (Jira)" <ji...@apache.org> on 2021/05/31 13:14:00 UTC

[jira] [Created] (ZOOKEEPER-4309) QuorumCnxManager's ListenerHandler thread leak

Francesco Nigro created ZOOKEEPER-4309:
------------------------------------------

             Summary: QuorumCnxManager's ListenerHandler thread leak
                 Key: ZOOKEEPER-4309
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4309
             Project: ZooKeeper
          Issue Type: Bug
            Reporter: Francesco Nigro


QuorumCnxManager::Listener::run is creating a Executors.newFixedThreadPool(addresses.size()) without shutting it down after ListenerHandler task has been completed causing it to leak.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)