[
https://issues.apache.org/jira/browse/RANGER-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16686587#comment-16686587
]
Pradeep Agrawal edited comment on RANGER-2279 at 11/14/18 2:39 PM:
-------------------------------------------------------------------
Patch committed in the master branch:
[https://github.com/apache/ranger/commit/4b735de08f04ee6ece6b6f57fa4f4c8c17816b8a]
Patch committed in the ranger-1.2 branch
[https://github.com/apache/ranger/commit/12e032b188b0a756026e8e50a43613999c160fc6]
Patch committed in the ranger-1.1 branch
[https://github.com/apache/ranger/commit/737ec99695c7256e908ab79418708c0be526f485]
Patch committed in the ranger-1 branch:
https://github.com/apache/ranger/commit/ea8512f9d69d364909d1a544540cb0eb8779e484
was (Author: pradeep.agrawal):
Patch committed in master branch :
https://github.com/apache/ranger/commit/4b735de08f04ee6ece6b6f57fa4f4c8c17816b8a
> Reduce the time spent changing passwords during Ranger Admin install
> --------------------------------------------------------------------
>
> Key: RANGER-2279
> URL: https://issues.apache.org/jira/browse/RANGER-2279
> Project: Ranger
> Issue Type: Improvement
> Components: Ranger
> Affects Versions: 1.0.1, 1.1.1, 1.2.1
> Reporter: Pradeep Agrawal
> Assignee: Pradeep Agrawal
> Priority: Major
> Fix For: 1.0.1, 2.0.0, 1.1.1, 1.2.1
>
>
> {{ChangePasswordUtil}} takes 12-14 seconds to change a password. Its first
> invocation takes 25-30 seconds (additional time spent creating embedded
> service-defs). During the initial start of Ranger Admin there are 4 passwords
> being changed (admin, rangerusersync, rangertagsync, keyadmin), total time
> for password change is ~74 seconds.
> Based on {{ChangePasswordUtil}}'s logs, most of the time is spent on setup,
> and the actual password change is very quick.
> So it will be better to change multiple passwords in one request (by sending
> multiple users passwords config in single run of {{ChangePasswordUtil)}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)