[
https://issues.apache.org/jira/browse/METRON-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211021#comment-16211021
]
ASF GitHub Bot commented on METRON-1263:
----------------------------------------
Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/807#discussion_r145695585
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/addon-services/METRON/CURRENT/role_command_order.json
---
@@ -13,16 +13,18 @@
"METRON_PROFILER-START" : ["NAMENODE-START",
"ZOOKEEPER_SERVER-START", "KAFKA_BROKER-START", "STORM_REST_API-START",
"HBASE_MASTER-START", "HBASE_REGIONSERVER-START", "METRON_ENRICHMENT-INSTALL"],
"METRON_REST-START" : ["NAMENODE-START", "ZOOKEEPER_SERVER-START",
"KAFKA_BROKER-START", "STORM_REST_API-START",
"METRON_PARSERS-INSTALL","METRON_INDEXING-INSTALL","METRON_ENRICHMENT-INSTALL"],
"METRON_MANAGEMENT_UI-START" : ["METRON_REST-START"],
+ "METRON_ALERTS_UI-START" : ["METRON_REST-START"],
- "STORM_REST_API-STOP" : ["METRON_PARSERS-STOP",
"METRON_ENRICHMENT_MASTER-STOP", "METRON_INDEXING-STOP",
"METRON_PROFILER-STOP", "METRON_REST-STOP", "METRON_MANAGEMENT_UI-STOP"],
- "STORM_UI_SERVER-STOP" : ["METRON_PARSERS-STOP",
"METRON_ENRICHMENT_MASTER-STOP", "METRON_INDEXING-STOP",
"METRON_PROFILER-STOP", "METRON_REST-STOP", "METRON_MANAGEMENT_UI-STOP"],
+ "STORM_REST_API-STOP" : ["METRON_PARSERS-STOP",
"METRON_ENRICHMENT_MASTER-STOP", "METRON_INDEXING-STOP",
"METRON_PROFILER-STOP", "METRON_REST-STOP", "METRON_MANAGEMENT_UI-STOP",
"METRON_ALERTS_UI-STOP"],
+ "STORM_UI_SERVER-STOP" : ["METRON_PARSERS-STOP",
"METRON_ENRICHMENT_MASTER-STOP", "METRON_INDEXING-STOP",
"METRON_PROFILER-STOP", "METRON_REST-STOP", "METRON_MANAGEMENT_UI-STOP",
"METRON_ALERTS_UI-STOP"],
- "METRON_SERVICE_CHECK-SERVICE_CHECK" : ["METRON_PARSERS-START",
"METRON_ENRICHMENT_MASTER-START", "METRON_INDEXING-START",
"METRON_PROFILER-START", "METRON_REST-START", "METRON_MANAGEMENT_UI-START"],
+ "METRON_SERVICE_CHECK-SERVICE_CHECK" : ["METRON_PARSERS-START",
"METRON_ENRICHMENT_MASTER-START", "METRON_INDEXING-START",
"METRON_PROFILER-START", "METRON_REST-START", "METRON_MANAGEMENT_UI-START",
"METRON_ALERTS_UI-STOP"],
--- End diff --
I think you meant `METRON_ALERTS_UI-START` here.
> Start Alerts UI service after Metron REST
> -----------------------------------------
>
> Key: METRON-1263
> URL: https://issues.apache.org/jira/browse/METRON-1263
> Project: Metron
> Issue Type: Bug
> Reporter: Anand Subramanian
> Assignee: Anand Subramanian
>
> The Metron Alerts UI service should be started after the Metron REST service
> has started, similar to the Metron Management UI service.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)