You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/12/11 17:28:00 UTC

[jira] [Commented] (AMBARI-25033) Layout recommendation adds unwanted components

    [ https://issues.apache.org/jira/browse/AMBARI-25033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16717611#comment-16717611 ] 

Hudson commented on AMBARI-25033:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #10376 (See [https://builds.apache.org/job/Ambari-trunk-Commit/10376/])
AMBARI-25033. Layout recommendation adds unwanted components (#2714) (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=f4b8e4bc093f1b25ee748e6dce8f0b1e7b80cdee])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/addservice/AddServiceOrchestrator.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/topology/addservice/AddServiceInfo.java


> Layout recommendation adds unwanted components
> ----------------------------------------------
>
>                 Key: AMBARI-25033
>                 URL: https://issues.apache.org/jira/browse/AMBARI-25033
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.8.0
>            Reporter: Doroszlai, Attila
>            Assignee: Doroszlai, Attila
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.8.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> STR:
> # Install ZooKeeper
> # Try to add Metrics Collector and Metrics Monitor using Add Service request
> {noformat}
> {
>   "operation_type": "ADD_SERVICE",
>   "components": [
>     { "name": "METRICS_COLLECTOR", "hosts": [ { "fqdn": "c7401.ambari.apache.org" } ] },
>     { "name": "METRICS_MONITOR", "hosts": [ { "fqdn": "c7401.ambari.apache.org" } ] }
>   ]
> }
> {noformat}
> Result: Metrics Grafana is also installed.  It is being added by the layout recommendation, which should not be invoked if full layout is explicitly specified in the request (ie. no {{"services"}} part is present).



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