[
https://issues.apache.org/jira/browse/AMBARI-25000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated AMBARI-25000:
------------------------------------
Labels: pull-request-available (was: )
> START_ONLY provision action may be applied to the wrong component
> -----------------------------------------------------------------
>
> Key: AMBARI-25000
> URL: https://issues.apache.org/jira/browse/AMBARI-25000
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Doroszlai, Attila
> Assignee: Doroszlai, Attila
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.8.0
>
>
> If component XY is provisioned with {{START_ONLY}}, and component X is a
> prefix of XY, then the provision action is applied to both X and XY.
> {noformat:title=blueprint}
> {
> "host_groups": [
> {
> "components": [
> { "name": "HIVE_SERVER" },
> { "name": "HIVE_SERVER_INTERACTIVE", "provision_action": "START_ONLY"
> },
> ...
> {noformat}
> {noformat:title=ambari-server.log}
> AmbariManagementControllerImpl:3149 - Skipping create of INSTALL task for
> HIVE_SERVER on c7401.ambari.apache.org.
> AmbariManagementControllerImpl:3149 - Skipping create of INSTALL task for
> HIVE_SERVER_INTERACTIVE on c7401.ambari.apache.org.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)