DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44155>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44155 Summary: smarter retry for LDAP_UNAVAILABLE, LDAP_BUSY, etc. Product: Apache httpd-2 Version: 2.3-HEAD Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: mod_ldap AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] mod_ldap currently distinguishes between very few LDAP return codes and only retries when LDAP_SERVER_DOWN (or LDAP_UNAVAILABLE using MS SDK) imply that the backend connection has gone sour since it's last use. Some return codes, such as LDAP_UNAVAILABLE or LDAP_BUSY could do a better of job of retrying (with delay?). It's unclear what combination of events, servers, and SDKs cause these various return codes to be generated, returned, or masked. See the discussion in: http://issues.apache.org/bugzilla/show_bug.cgi?id=39095 (ignoring the LDAP_UNAVAILABLE-on-MSSDK issue) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
