https://bz.apache.org/bugzilla/show_bug.cgi?id=60923

--- Comment #8 from Eric Covener <[email protected]> ---
(In reply to Guido W. from comment #7)
> (In reply to Eric Covener from comment #6)
> 
> Hmm - in the documentation here
> 
> https://httpd.apache.org/docs/2.4/mod/mod_ldap.html#pool
> 
> it sound like the ldap module / apache server handles the connection pool.
> 
> If the ldap module is not the right point to fix this can you please point
> me to the correct place?

It's a pool of objects from the LDAP client SDK that represent connections to
the server. 

There are several issues in the bug report. We are usually careful about
raising severity of messages.  I am not sure if you're misinterpreting some
logs here, but the real culprit may be that no retry occurred where you
expected one.

A stronger case would be needed to raise the severity of the message. Having a
connection go south like this does not seem extraordinary.  

e.g. Maybe mod_ldap doesn't think the error is retryable.

The only thing to take up externally is if you wanted to understand precisely
why this error code is and is not returned and make some kind of case for
special handling of it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to