----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42572/ -----------------------------------------------------------
(Updated Jan. 21, 2016, 2:24 p.m.) Review request for Ambari, Laszlo Puskas, Robert Nettleton, Sandor Magyari, Sumit Mohanty, and Sebastian Toader. Changes ------- added logs 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/ConfigurationTest.java e971e03 Diff: https://reviews.apache.org/r/42572/diff/ Testing ------- Unit testing is in progress. FT: blueprints with unused config types. Thanks, Oliver Szabo