tomsun28 commented on code in PR #2693:
URL: https://github.com/apache/hertzbeat/pull/2693#discussion_r1765288437


##########
manager/src/main/java/org/apache/hertzbeat/manager/component/alerter/DispatcherAlarm.java:
##########
@@ -129,6 +130,9 @@ public void run() {
                     if (alert != null) {
                         // Determining alarm type storage
                         alertStoreHandler.store(alert);
+                        if (alert.getTags() != null && 
alert.getTags().containsKey(CommonConstants.TAG_COLLECTOR_NAME)){
+                            continue;
+                        }

Review Comment:
   hi, here has a question that why ignore to send notify the collector alarm 
message



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to