-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58958/
-----------------------------------------------------------
Review request for ranger and Sailaja Polavarapu.
Bugs: RANGER-1475
https://issues.apache.org/jira/browse/RANGER-1475
Repository: ranger
Description
-------
reducing the highest time stamp value to pick all the users syncd during sync
cycle
Diffs
-----
ugsync/src/main/java/org/apache/ranger/ldapusersync/process/LdapDeltaUserGroupBuilder.java
d65ba52
Diff: https://reviews.apache.org/r/58958/diff/1/
Testing
-------
currently we increase the deltaSyncUserTimeStamp by 1 minute, in order to avoid
search record repetition for next sync cycle, but if there is a new user added
within a minute of last sync cycle then it does not sync, so reducing the
increament time from 1min to 1sec to avoid this issue.
Thanks,
deepak sharma