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

RE: syncRepl fails to increment connection pointer (ITS#2739)



I didn't actually reproduce this problem before but I noticed that the
connection ID was never getting initialized. I've changed it to init to -1,
and I don't see any connection close issues when running the test suite. Give
it another try...

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support

> -----Original Message-----
> From: owner-openldap-bugs@OpenLDAP.org
> [mailto:owner-openldap-bugs@OpenLDAP.org]On Behalf Of quanah@stanford.edu

> 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.