----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42572/ -----------------------------------------------------------
(Updated Jan. 22, 2016, 10:05 a.m.) Review request for Ambari, Laszlo Puskas, Robert Nettleton, Sandor Magyari, Sumit Mohanty, and Sebastian Toader. Changes ------- fixed failing tests Bugs: AMBARI-14745 https://issues.apache.org/jira/browse/AMBARI-14745 Repository: ambari Description ------- In case of a blueprint contains unused config types -> updaters can apply on the unused properties. In same cases this can cause exceptions. E.g.: single host updater on a property -> no host found for a service. Diffs (updated) ----- ambari-server/src/main/java/org/apache/ambari/server/topology/ClusterConfigurationRequest.java c719009 ambari-server/src/main/java/org/apache/ambari/server/topology/Configuration.java 108ff74 ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterConfigurationRequestTest.java 8afff46 ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterInstallWithoutStartTest.java dd66b1b ambari-server/src/test/java/org/apache/ambari/server/topology/ConfigurationTest.java e971e03 ambari-server/src/test/java/org/apache/ambari/server/topology/TopologyManagerTest.java 7810f92 Diff: https://reviews.apache.org/r/42572/diff/ Testing ------- Unit testing is in progress. FT: blueprints with unused config types. Thanks, Oliver Szabo