You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Sailaja Polavarapu (JIRA)" <ji...@apache.org> on 2018/05/02 21:46:00 UTC

[jira] [Assigned] (RANGER-2088) If not deltasync (Incremental Sync) enabled, getUsers is called too many times

     [ https://issues.apache.org/jira/browse/RANGER-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sailaja Polavarapu reassigned RANGER-2088:
------------------------------------------

    Assignee: Sailaja Polavarapu

> If not deltasync (Incremental Sync) enabled, getUsers is called too many times
> ------------------------------------------------------------------------------
>
>                 Key: RANGER-2088
>                 URL: https://issues.apache.org/jira/browse/RANGER-2088
>             Project: Ranger
>          Issue Type: Bug
>          Components: usersync
>    Affects Versions: 0.7.0
>            Reporter: Hajime Osako
>            Assignee: Sailaja Polavarapu
>            Priority: Major
>             Fix For: 1.1.0
>
>
> *SYMPTOM*
>  With LDAP server which has hundreds of users and groups, Ranger Usersync never finishes the initial sync or takes extremely long time, when Group Search First & Enable User Search both are set to true.
>  The usersync.log shows similar to below repeatedly.
> {noformat}
> 19 Apr 2018 17:15:19 INFO LdapUserGroupBuilder [UnixUserSyncThread] - Updating username for cn=xxxxx...
> {noformat}
>  
> *WORKAROUND:*
>  If deltasync (Incremental Sync) is enabled, do not see this symptom, because LdapUserGroupBuilder calls getUsers() in the for loop, but LdapDeltaUserGroupBuilder doesn't use this method in the loop in updateSink().
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)