thanks
Hi, Trying to look at some issues in a product that is using UnboundID LDAP connection pooling, and thread dumps are are showing that all the connection readers in the connection pool are runnable but also in socket_read whenever we do the thread dump. The calling threads are parked waiting on LinkedBlockingQueue.poll to return a response. Is it expected that the connection readers will be in socket read all the time? Or does that suggest the ldap server is not responsive enough?