Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0-incubating
-
None
Description
There are conditions under which not all the users read from underlying connector are effectively processed during synchronization / full reconciliation.
More specifically, when SyncJob.handleDelta() returns an empty list (for example, when the conflict resolution policy is IGNORE), the handler specified in SyncJob.doExecute() will return false (result.addAll(<empty List>) is false).