[
https://issues.apache.org/jira/browse/AMBARI-25000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16778330#comment-16778330
]
Hudson commented on AMBARI-25000:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #10471 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/10471/])
AMBARI-25000. START_ONLY provision action may be applied to the wrong
(vishalsuvagia:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=b748ed1a8a84a242aea7b905bae401f1df79b72b])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/topology/ClusterTopologyImpl.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/topology/addservice/ResourceProviderAdapter.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/HostComponentResourceProvider.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/HostComponentResourceProviderTest.java
> 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
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)