[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
A question about Mirror mode sync
- To: openldap-technical@openldap.org
- Subject: A question about Mirror mode sync
- From: Andrew Liu <andrew.liu200917@gmail.com>
- Date: Tue, 15 Nov 2011 22:20:44 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=D01siVZAepNcFF7R16PzLx3vPKPq2jEQT5NazYvxmiA=; b=RuFT8ahD8iS8NPi/1604gagiv0bWPsDHLTZWe0uuA2Nnf/518FI01VR78YFlWkfqBG lqmhdLw0QpCxi0gAs4H0mfXEowAT840ImfiARdxX9kvks/5SKw5AO9gal0vJ1rtEZTsR yr1VvwjPARtJqMdnlzf1aq3/6xPuue/fPbfnM=
Hi All,
I set up two machines as LDAP server under mirror replication mode using openldap-2.4.26ã
I found a problem: when a server was down, any LDAP add operation on the running server will
not propagate immediately to the previous down server after it has restarted, but the LDAP delete
Âoperation can do.
Âand I found after 5-10 minutes, the add operation content can be found on the previous down server.
but it seems the time is not constant.
My question: How to enable the add operations content to propagates to the previous down server immediately?
I have ever tried "-c rid=001,sid=001,csn=0 " to force a full load, but didn't take effect.
I read the OpenLDAP doc, found the session-log doesn't include add operation, what's sync mechanism of the add operation.
Thanks
BRs,
Andrew
I