[
https://issues.apache.org/jira/browse/AMBARI-18302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15562898#comment-15562898
]
Hudson commented on AMBARI-18302:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #130 (See
[https://builds.apache.org/job/Ambari-branch-2.5/130/])
AMBARI-18302.Desired state of client component should not be changed in
(stoader:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=551958219f170e31f951aaf8fffbeecf37ed0b18])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariCustomCommandExecutionHelper.java
> Desired state of client component should not be changed in case configuration
> changes are applied through a "Restart"
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-18302
> URL: https://issues.apache.org/jira/browse/AMBARI-18302
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Laszlo Puskas
> Assignee: Laszlo Puskas
> Fix For: trunk
>
> Attachments: AMBARI-18302.trunk.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Configuration changes are propagated to host components by issuing a restart
> of the affected components.
> In case of master components this action will start the affected components
> (regardless it is in INSTALLED or STARTED state) and the desired state will
> be set to STARTED.
> In Ambari client components are always expected to be in INSTALLED state.
> However upon configuration changes, the desired state of these components are
> also set to STARTED. This may be misleading for ambari API users that
> determine component states by checking the desired state and actual state.
> (The actual state in case of client components will always be INSTALLED)
> This issue addresses this problem by not updating the desired state when
> client components are restarted.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)