[
https://issues.apache.org/jira/browse/EAGLE-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15591116#comment-15591116
]
ASF GitHub Bot commented on EAGLE-646:
--------------------------------------
Github user haoch commented on a diff in the pull request:
https://github.com/apache/incubator-eagle/pull/538#discussion_r84228412
--- Diff:
eagle-core/eagle-alert-parent/eagle-alert-app/src/main/java/org/apache/eagle/alert/app/AlertUnitTopologyAppListener.java
---
@@ -73,6 +74,7 @@ private void updateTopologyMetadata() {
LOG.error(result.message);
throw new IllegalStateException(result.message);
}
+ Coordinator.startSchedule();
--- End diff --
Please call `build` directly.
> AlertUnitTopology does not rebuild the scheduler state after restarting
> -----------------------------------------------------------------------
>
> Key: EAGLE-646
> URL: https://issues.apache.org/jira/browse/EAGLE-646
> Project: Eagle
> Issue Type: Bug
> Reporter: Zhao, Qingwen
> Assignee: Zhao, Qingwen
>
> AlertUnitTopology does not rebuild the scheduler state after restarting,
> which leads to messages fail frequently if users change the topology
> configuration
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)