-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61161/
-----------------------------------------------------------
Review request for Ambari and Nate Cole.
Bugs: AMBARI-21582
https://issues.apache.org/jira/browse/AMBARI-21582
Repository: ambari
Description
-------
AMBARI-21430 introduced the ability for multiple stack tools to exist in
{{cluster-env}}. In order to remain backward compatible with existing
blueprints, it was decided that all stack tools and features properties
specified on a blueprint would be ignored in favor of what was defined on the
stack.
There is a bug in the logic which overrides the blueprint properties where the
wrong map is consulted for a matching key. This causes the properties specified
in the blueprint to be used instead of those from the stack.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
50cea9e00b
Diff: https://reviews.apache.org/r/61161/diff/1/
Testing
-------
Manual test of a bad blueprint.
Thanks,
Jonathan Hurley