[
https://issues.apache.org/jira/browse/AMBARI-22889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandor Molnar resolved AMBARI-22889.
------------------------------------
Resolution: Fixed
> LDAP configuration is not reloaded in Guice
> -------------------------------------------
>
> Key: AMBARI-22889
> URL: https://issues.apache.org/jira/browse/AMBARI-22889
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.7.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Critical
> Labels: pull-request-available
> Fix For: 2.7.0
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> +*Steps to reproduce:*+
> run _ambari-server setup-ldap_ and set primary host:port to "myHost:1"
> run _ambari-server sync-ldap --all_
> +*Actual results:*+
> the synch process will fail due to a CommunicationException saying that
> *localhost:33389* is not reachable.
> +*Expected results:*+
> the synch process will fail due to a CommunicationException saying that
> *myHost:1* is not reachable.
> +*Additional information:*+
> in ambari-server.log I saw that AmbariConfigurationChangedEvent has been
> triggered and processed when setup-ldap updated the DB (see
> org.apache.ambari.server.ldap.service.AmbariLdapConfigurationProvider;
> however the get() method does not seem to be called when needed; it's maybe a
> Guice injection scope issue)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)