Description
During every sync cycle, Ranger Usersync performs full LDAP/AD sync and computes the delta in-memory and updates ranger admin. Since usersync computes the delta (including group memberships) of all the users that are sync’d in memory for every sync cycle, UserSync can take a lot of resources on the server it is running on.
Enhance usersync to perform full sync only during startup and incremental or delta sync for the subsequent sync cycles. This way the delta computation of group memberships can be highly reduced and can increase usersync performance.
Attachments
Attachments
Issue Links
- is depended upon by
-
RANGER-1333 Enable Incremental Sync by default when sync source is ldap for fresh install of ranger usersync
- Resolved