Why isn't it being closed? Will setting the timeout on the connection have any affect? It looks like queue.poll will block for Long.MAX_VALUE. Is there a way to close all connections in the pool?
----- Original Message ----- From: "Emmanuel Lécharny" <[email protected]> To: [email protected] Sent: Monday, March 21, 2016 12:26:01 PM Subject: Re: LDAP Connection Management Le 21/03/16 17:18, Chris Pike a écrit : > This problem reared it's ugly head again... fortunately, we were able to get > a thread dump and it looks like it is an issue with the ldap api connection > code blocking while waiting for a response it will never receive. This > happens when undeploying the service from our application server. Any ideas > on why this is happening? Most certainly because the LdapConnection is not closed...
