You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2023/03/28 14:42:20 UTC

[ambari] branch trunk updated: AMBARI-25914: Solr startup failed beacause of starting before Zookeeper (#3674)

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 12cd0fa728 AMBARI-25914: Solr startup failed beacause of starting before Zookeeper (#3674)
12cd0fa728 is described below

commit 12cd0fa7283ef4bd89e4ce2d28247da99bd8dc6f
Author: guluo <lu...@qq.com>
AuthorDate: Tue Mar 28 22:42:06 2023 +0800

    AMBARI-25914: Solr startup failed beacause of starting before Zookeeper (#3674)
---
 .../src/main/resources/stacks/BIGTOP/3.2.0/role_command_order.json   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/role_command_order.json b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/role_command_order.json
index 05beb76c11..0d8a5d7154 100644
--- a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/role_command_order.json
+++ b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/role_command_order.json
@@ -23,8 +23,9 @@
     "SQOOP_SERVICE_CHECK-SERVICE_CHECK": ["NODEMANAGER-START", "RESOURCEMANAGER-START"],
     "ZOOKEEPER_SERVICE_CHECK-SERVICE_CHECK": ["ZOOKEEPER_SERVER-START"],
     "ZOOKEEPER_QUORUM_SERVICE_CHECK-SERVICE_CHECK": ["ZOOKEEPER_SERVER-START"],
-    "ZOOKEEPER_SERVER-STOP" : ["HBASE_MASTER-STOP", "HBASE_REGIONSERVER-STOP", "METRICS_COLLECTOR-STOP"],
-    "HBASE_MASTER-STOP": ["HBASE_REGIONSERVER-STOP"]
+    "ZOOKEEPER_SERVER-STOP" : ["HBASE_MASTER-STOP", "HBASE_REGIONSERVER-STOP", "METRICS_COLLECTOR-STOP", "SOLR_SERVER-STOP"],
+    "HBASE_MASTER-STOP": ["HBASE_REGIONSERVER-STOP"],
+    "SOLR_SERVER-START": ["ZOOKEEPER_SERVER-START"]
   },
   "_comment" : "GLUSTERFS-specific dependencies",
   "optional_glusterfs": {


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