-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56627/
-----------------------------------------------------------
(Updated Feb. 20, 2017, 7:04 p.m.)
Review request for Ambari, Di Li, Robert Nettleton, and Sandor Magyari.
Bugs: AMBARI-19991
https://issues.apache.org/jira/browse/AMBARI-19991
Repository: ambari
Description
-------
Cluster creation REST API request gets accepted when, cluster template does not
list all the host_groups mentioned in the blueprint. But cluster deployment
fails showing error message in the logs
Caused by: java.lang.IllegalArgumentException:
TopologyManager.ConfigureClusterTask - prerequisites for config request
processing not yet satisfied
at
org.apache.ambari.server.topology.TopologyManager$ConfigureClusterTask.call(TopologyManager.java:908)
at
org.apache.ambari.server.topology.TopologyManager$ConfigureClusterTask.call(TopologyManager.java:889)
Diffs (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/topology/TopologyManager.java
c4c3dd2
Diff: https://reviews.apache.org/r/56627/diff/
Testing (updated)
-------
Tested manually.
Thanks,
Amruta Borkar