[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
syncrepl consumer(with delta replication configuration) skipping updates
- To: openldap-technical@openldap.org
- Subject: syncrepl consumer(with delta replication configuration) skipping updates
- From: Rupesh Thakkar <rupeshthakkar@gmail.com>
- Date: Fri, 26 Aug 2011 03:06:30 +0700
- 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=E4yth6SU8cvmfV7TlvCSoo3R1QabE1pt7vI56rxUb7Y=; b=LypLGauavjFdWmfHu5VKA0gX3GPxveG0uIaJLDOYphspqgeZYHYvqPi3RpXeowwIY1 sOY4m5xXm7RfqBxiKeU0/FS/T0034ln8Dy1k9mvctOCw8GQuxJLBuNSflfI0krr98aj4 wqL7ln7q8BUGSBml0PGqzgpexRr9tqev4FvdI=
The consumer log shows it receives synchronization cookies for new updates on provider. But actual entries are not getting reflected in consumer, the log below doesn’t seems show any errors.
-----------------------------------------------------------------------------------------------------------------
do_syncrep2: rid=125 LDAP_RES_SEARCH_RESULT
do_syncrep2: rid=125 cookie=rid=125,csn=20110823211754.204723Z#000000#000#000000
slap_queue_csn: queing 0xa2209020 20110823211754.204723Z#000000#000#000000
slap_graduate_commit_csn: removing 0xa2209050 20110823211754.204723Z#000000#000#000000
do_syncrep2: rid=125 LDAP_RES_SEARCH_RESULT
-----------------------------------------------------------------------------------------------------------------
Any thoughts on this ? Below is consumer configuration
syncrepl rid=125
type=refreshOnly
interval=00:00:00:10
retry="5 5 20 5"
searchbase="dc=suretecsystems,dc=com"
filter="(objectClass=person)"
scope=sub
attrs="cn,sn,objectClass"
schemachecking=off
bindmethod=simple
binddn="cn=Replicator,dc=suretecsystems,dc=com"
credentials=secret
logbase="cn=accesslog"
logfilter="(&(objectClass=person)(reqResult=0))"
syncdata=accesslog
limits dn.exact="cn=Replicator,dc=suretecsystems,dc=com" time.soft=unlimited time.hard=unlimited size.soft=unlimited size.hard=unlimited
Thanks
Rupesh