Issue #729 has been updated by Raphaël Ouazana.
Hi, I have heavily tested LSC, adding some delays to check for concurrency issues. I think there is no bug in LSC concerning your issue: LSC takes the date before sending the request, so there should already be a coverage for any concurrency issue. In the worst case, LSC tries to sync twice the same entry. I think the issue seen on your log could be due to a too slow logging system: maybe the time taken between the request and the log record is important, so the request appears in the log at the next second. If you can confirm there is no more missing updates with LSC on the source server, we can clause this issue. ---------------------------------------- Bug #729: fail to sync in async mode http://tools.lsc-project.org/issues/729 Author: Norberto Altalef Status: Assigned Priority: Normal Assigned to: Raphaël Ouazana Category: Core Target version: 2.1.2 Problem in version: I founded a difference between the exact time LSC does the request, and the time used to compute modifyTimeStamp filter in async mode. The search interval is not always 5 sec, but the modifyTimeStamp keeps always in 5 sec before the request time. In this condition some updates are not synced. Example (389ds as source -> OpenLDAP as destination): A password change with modifyTimestamp Sep 23,2014 6:58:56 PM ART (20140923215856Z) was no updated in the destination server. 23/Sep/2014:18:58:56 -0300] conn=5357120 op=30052 SRCH base="ou=people,dc=xx,dc=com" scope=2 filter="(modifyTimestamp>=20140923215852Z)" .... [23/Sep/2014:18:59:02 -0300] conn=5357120 op=30060 SRCH base="ou=people,dc=xx,dc=com" scope=2 filter="(modifyTimestamp>=20140923215857Z)" .... -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

