Issue 8994 - OpenLdap (SyncRepl + Mirror Mode) issue
Summary: OpenLdap (SyncRepl + Mirror Mode) issue
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: 2.4.38
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-18 13:23 UTC by abhisheknegi684@gmail.com
Modified: 2019-06-06 23:28 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 abhisheknegi684@gmail.com 2019-03-18 13:23:40 UTC
Full_Name: abhishek negi
Version: 2.4.38
OS: Linux 6
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (182.77.13.52)


PLease suggest a way to rectify the delay observed while replication. Below are
the details:

Replication used: SyncRepl + Mirror Mode (active-active setup) Replication

Issue summary: 

Replication from DC-->DR is working fine with no time-lag b/w the packets/data.
Facing issue with replication from DR--x-->DC setup. Sometimes, data/packets
from DR flows with a delay to DC. This case doesn't follow any pattern, the
setup works perfectly fine for 4-5 days, then suddenly packets/data flows with
delay/time-lag. This delay is only observed from DR to DC.


syncrepl     rid=841
             provider=ldap://<DC-IP>:389
             bindmethod=simple
             binddn="cn=root,ou=test,o=test1,c=in"
             credentials=XXXXXXXXXXX
             searchbase="ou=test,o=test1,c=in"
             schemachecking=on
             attrs=*
             interval=00:00:00:10
             type=refreshAndPersist
             retry="5 5 300 5"

syncrepl     rid=842
             provider=ldap://<DR-IP>:389
             bindmethod=simple
             binddn="cn=root,ou=test,o=test1,c=in"
             credentials=XXXXXXXXXXX
             searchbase="ou=test,o=test1,c=in"
             schemachecking=on
             attrs=*
             interval=00:00:00:10
             type=refreshAndPersist
             retry="5 5 300 5"

index entryCSN eq
index entryUUID eq
mirrormode TRUE
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
Comment 1 OpenLDAP project 2019-06-06 23:28:35 UTC
Use a current release
Comment 2 Quanah Gibson-Mount 2019-06-06 23:28:35 UTC
changed notes
Comment 3 Quanah Gibson-Mount 2019-06-06 23:28:37 UTC
published 8994
marked public
changed state Open to Closed