We are using LDAPConnectionPool feature of the SDK to maintain the connections. When an operation needs to be performed we are getting a connection from the pool and performing the action. We observed that we are getting the LDAPException 85 occasionally. Based on the documentation provided, the suggestion is to invoke a random search with the connection object before making the actual operation which is having performance impact. To avoid this, we are tracking the exception and performing 1 retry...
We are using LDAPConnectionPool feature of the SDK to maintain the connections. When an operation needs to be performed we are getting a connection from the pool and performing the action. We observed that we are getting the LDAPException 85 occasionally. Based on the documentation provided, the suggestion is to invoke a random search with the connection object before making the actual operation which is having performance impact. To avoid this, we are tracking the exception and performing 1 retry...