narendly opened a new issue #1126:
URL: https://github.com/apache/helix/issues/1126


   ```
     // Close the ZkConnectionManager if no other shared client is referring to 
it.
     // Note the close operation of connection manager needs to be synchronized 
with the pool operation
     // to avoid race condition.
     private void cleanupConnectionManager(ZkConnectionManager 
zkConnectionManager) {
       synchronized (_connectionManagerPool) {
         zkConnectionManager.close(true);
       }
     }
   ```
   
   Here, shouldn't we remove closed references?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to