AMBARI-22537 : Storm jmxetric config not getting removed during patch upgrade (ydavis via mradhakrishnan)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3a802ae3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3a802ae3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3a802ae3 Branch: refs/heads/branch-feature-AMBARI-21674 Commit: 3a802ae3ee9ee8dd944328344c4cfe19c5aaae02 Parents: 7b6fef1 Author: Madhuvanthi Radhakrishnan <[email protected]> Authored: Thu Nov 30 20:28:48 2017 -0800 Committer: Madhuvanthi Radhakrishnan <[email protected]> Committed: Thu Nov 30 20:28:48 2017 -0800 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml | 2 +- .../src/main/resources/stacks/HDP/2.6/upgrades/upgrade-2.6.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3a802ae3/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml index 2184060..d3b2e56 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/nonrolling-upgrade-2.6.xml @@ -336,7 +336,7 @@ </execute-stage> <execute-stage service="STORM" component="NIMBUS" title="Removing jmxetric from childopts"> - <task xsi:type="configure" id="storm_remove_jmxetric"/> + <task xsi:type="configure" id="storm_remove_jmxetric" supports-patch="true"/> </execute-stage> <!-- YARN --> http://git-wip-us.apache.org/repos/asf/ambari/blob/3a802ae3/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/upgrade-2.6.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/upgrade-2.6.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/upgrade-2.6.xml index 70f84ab..4f10ea5 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/upgrade-2.6.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/upgrades/upgrade-2.6.xml @@ -988,7 +988,7 @@ <component name="NIMBUS"> <pre-upgrade> <task xsi:type="configure" id="hdp_2_6_maint_ranger_storm_plugin_cluster_name"/> - <task xsi:type="configure" id="storm_remove_jmxetric"/> + <task xsi:type="configure" id="storm_remove_jmxetric" supports-patch="true"/> </pre-upgrade> <pre-downgrade/> <!-- no-op to prevent config changes on downgrade --> <upgrade>
