[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#7274) delta-syncrepl MMR infinite loop - like issue?
- To: openldap-technical@openldap.org
- Subject: (ITS#7274) delta-syncrepl MMR infinite loop - like issue?
- From: Francesco Malvezzi <francesco.malvezzi@unimore.it>
- Date: Thu, 25 Sep 2014 13:46:14 +0200
- Unimore-x-sa-score: -1.2
- User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.1.1
During the setup of a mirror mode cluster, I enabled the syncprov after
building the mirror.
So maybe I run into ITS#7274:
http://www.openldap.org/its/index.cgi/Documentation?id=7274;selectid=7274;statetype=-1
delta-syncrepl fails with:
1) ABANDON log messages on provider;
2) matching "delta-sync lost" log messages on consumer.
Do I understand correctly: provider needs contextCSN value for SID=0 in
order to have delta-syncrepl working?
Does the following query confirm the lack of the contextCSN value for SID=0?
ldapsearch -ZZ -h ldap.example.org -LLL -x -s base -b dc=example,dc=org
contextCSN
dn: dc=example,dc=org
contextCSN: 20140925113354.230424Z#000000#001#000000
contextCSN: 20140925113307.523494Z#000000#002#000000
If the mirror mode cluster is in production, do I have any hope to setup
delta-syncrepl?
Thank you,
Francesco