This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 71830a0515 AMBARI-25855: DataNode should stop after Ambari Metrics 
Collector (#3642)
71830a0515 is described below

commit 71830a0515ad0e35c51d39ca85444271f7425892
Author: Zhiguo Wu <wuzhi...@apache.org>
AuthorDate: Thu Feb 16 16:15:50 2023 +0800

    AMBARI-25855: DataNode should stop after Ambari Metrics Collector (#3642)
---
 .../stacks/BIGTOP/3.2.0/services/HDFS/role_command_order.json          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/role_command_order.json
 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/role_command_order.json
index 833eb31851..88b408ef8b 100644
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/role_command_order.json
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HDFS/role_command_order.json
@@ -1,6 +1,7 @@
 {
   "general_deps" : {
     "_comment" : "dependencies for HDFS",
+    "SECONDARY_NAMENODE-STOP": ["METRICS_COLLECTOR-STOP"],
     "SECONDARY_NAMENODE-START": ["NAMENODE-START"],
     "SECONDARY_NAMENODE-RESTART": ["NAMENODE-RESTART"],
     "HDFS_SERVICE_CHECK-SERVICE_CHECK": ["NAMENODE-START", "DATANODE-START",
@@ -8,7 +9,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"],
     "DATANODE-START" : ["RANGER_USERSYNC-START"],
     "NAMENODE-START" : ["RANGER_USERSYNC-START"]
   },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to