[
https://issues.apache.org/jira/browse/AMBARI-25385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16937790#comment-16937790
]
Hudson commented on AMBARI-25385:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.7 #574 (See
[https://builds.apache.org/job/Ambari-branch-2.7/574/])
AMBARI-25385. Reduce cluster creation request processing time. (github:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=913ab5862e00669808e6776a23123b2d2f03ce24])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementController.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/topology/TopologyManagerTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/cluster/ClusterImpl.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterDeployWithStartOnlyTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog271Test.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/ClusterEntity.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog260Test.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/orm/dao/ClusterDAO.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/ConfigFactory.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/topology/ClusterConfigurationRequest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/topology/AmbariContext.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/ConfigImpl.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartOnComponentLevelTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/configgroup/ConfigGroupImpl.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog270Test.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/Cluster.java
> Reduce cluster creation request processing time
> -----------------------------------------------
>
> Key: AMBARI-25385
> URL: https://issues.apache.org/jira/browse/AMBARI-25385
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.7.4
> Reporter: Myroslav Papirkovskyi
> Assignee: Myroslav Papirkovskyi
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.5
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Identify where time is spent during processing of blueprint-based cluster
> creation request.
> {noformat:title=HDInsight cluster with 7 nodes (14 seconds)}
> 19 Dec 2016 09:41:58,225 INFO [ambari-client-thread-45]
> AbstractResourceProvider:518 - Creating Cluster 'hdfs-toader-1219-dev' based
> on blueprint 'hadoop_ha'.
> ...
> 19 Dec 2016 09:42:12,015 INFO [pool-18-thread-1] AmbariContext:441 - All
> required configuration types are in the TOPOLOGY_RESOLVED state. Blueprint
> deployment can now continue.
> {noformat}
> {noformat:title=OpenStack cluster with 8 nodes (9 seconds)}
> 19 Dec 2016 11:17:30,640 INFO [ambari-client-thread-23]
> AbstractResourceProvider:518 - Creating Cluster 'TEST' based on blueprint
> 'hadoop_ha'.
> ...
> 19 Dec 2016 11:17:39,875 INFO [pool-17-thread-1] AmbariContext:441 - All
> required configuration types are in the TOPOLOGY_RESOLVED state. Blueprint
> deployment can now continue.{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)