[Date Prev][Date Next] [Chronological] [Thread] [Top]

syncRepl fails to increment connection pointer (ITS#2739)



Full_Name: Quanah Gibson-Mount
Version: HEAD 9.25.2003
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (171.64.19.82)


I see the following:

I start slapd on the replica.  The replica opens a connection to the master:

11:02:37 ldap-dev2.stanford.edu slapd starting
11:02:37 ldap-dev2.stanford.edu conn=0 op=0 SEARCH RESULT tag=101 err=0
nentries=0 txt=

11:03:05 ldap-dev2.stanford.edu conn=0 fd=12 ACCEPT from <IP>

This new connection (it is a script of ours testing that the server is up)
should NOT be connection number 0.  Everytime this happens, the persisent
connection to the master also closes.

--Quanah