Issue 8055 - High CPU usage with syncrepl and wrong port
Summary: High CPU usage with syncrepl and wrong port
Status: VERIFIED WORKSFORME
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: 2.4.40
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-09 23:04 UTC by adam@cassar.id.au
Modified: 2020-09-09 18:44 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 adam@cassar.id.au 2015-02-09 23:04:04 UTC
Full_Name: Adam
Version: 2.4.40
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (115.70.231.55)


Specifying a syncrepl provider with an unreachable port results in high CPU
usage with slapd with slapd never terminating. Example configuration:

syncrepl rid=1
        provider=ldap://10.1.1.10:9292
        type=refreshAndPersist
        interval=00:00:01:00
        retry="60 +"
        searchbase="dc=howard,dc=chew"
        scope=sub
        schemachecking=on
        bindmethod=simple
        binddn="cn=admin,dc=howard,dc=chew"
        credentials=iwritecode


Comment 1 Quanah Gibson-Mount 2020-03-20 22:21:04 UTC
Needs to confirm this does or does not occur in current master
Comment 2 Quanah Gibson-Mount 2020-09-09 18:43:51 UTC
Unable to reproduce in current RE24 or master.  Seems as though this was fixed long ago.