Repository: ambari Updated Branches: refs/heads/branch-2.6 6836152c4 -> fc8a44bd3
AMBARI-22257. Metrics collector fails to stop after Datanode is stopped in distributed mode. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fc8a44bd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fc8a44bd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fc8a44bd Branch: refs/heads/branch-2.6 Commit: fc8a44bd3c7450808b4531126d400d2d8f5d579c Parents: 6836152 Author: Siddharth Wagle <[email protected]> Authored: Tue Oct 17 10:46:23 2017 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Tue Oct 17 10:46:29 2017 -0700 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.0.6/role_command_order.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fc8a44bd/ambari-server/src/main/resources/stacks/HDP/2.0.6/role_command_order.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/role_command_order.json b/ambari-server/src/main/resources/stacks/HDP/2.0.6/role_command_order.json index 31f26e3..78a31f1 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/role_command_order.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/role_command_order.json @@ -56,7 +56,7 @@ "NAMENODE-STOP": ["RESOURCEMANAGER-STOP", "NODEMANAGER-STOP", "HISTORYSERVER-STOP", "HBASE_MASTER-STOP", "METRICS_COLLECTOR-STOP"], "DATANODE-STOP": ["RESOURCEMANAGER-STOP", "NODEMANAGER-STOP", - "HISTORYSERVER-STOP", "HBASE_MASTER-STOP"], + "HISTORYSERVER-STOP", "HBASE_MASTER-STOP", "METRICS_COLLECTOR-STOP"], "METRICS_GRAFANA-START": ["METRICS_COLLECTOR-START"], "METRICS_COLLECTOR-STOP": ["METRICS_GRAFANA-STOP"] },
