Issue 4594 - retrying may be handled incorrectly in many back-meta operation
Summary: retrying may be handled incorrectly in many back-meta operation
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-17 09:37 UTC by ando@openldap.org
Modified: 2020-03-18 20:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ando@openldap.org 2006-06-17 09:37:54 UTC
Full_Name: Pierangelo Masarati
Version: HEAD,re23,re24
OS: irrelevant
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (87.28.220.33)
Submitted by: ando


In fact, LDAP_UNAVAILABLE is checked for the (unmapped) result of the
asynchronous call, which in principle could be LDAPSERVER_DOWN at most; but what
typically happens is that the function returns LDAP_SUCCESS, and the subsequent
ldap_result() returns -1 indicating an error.  This needs to be reworked.

p.

Comment 1 ando@openldap.org 2006-06-17 10:36:49 UTC
changed notes
changed state Open to Test
moved from Incoming to Software Bugs
Comment 2 ando@openldap.org 2007-01-05 10:27:11 UTC
changed notes
Comment 3 ando@openldap.org 2007-01-13 14:31:02 UTC
changed notes
changed state Test to Release
Comment 4 ando@openldap.org 2007-01-17 20:58:39 UTC
changed notes
changed state Release to Closed
Comment 5 Howard Chu 2009-02-17 05:18:47 UTC
moved from Software Bugs to Archive.Software Bugs
Comment 6 OpenLDAP project 2014-08-01 21:06:44 UTC
fixed in HEAD/re23
partially addresses ITS#4591