[
https://issues.apache.org/jira/browse/EAGLE-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040395#comment-16040395
]
ASF GitHub Bot commented on EAGLE-1038:
---------------------------------------
Github user asdf2014 commented on a diff in the pull request:
https://github.com/apache/eagle/pull/944#discussion_r120552490
--- Diff:
eagle-core/eagle-alert-parent/eagle-alert/alert-common/src/main/java/org/apache/eagle/alert/engine/model/AlertStreamEvent.java
---
@@ -39,6 +39,7 @@
private long createdTime;
private String category;
private AlertSeverity severity = AlertSeverity.WARNING;
+ private boolean duplicationChecked = false;
--- End diff --
I think it is impossible to change it, because there is no other better way
to
[design](https://docs.oracle.com/javase/specs/jls/se7/html/jls-4.html#jls-4.12.5)
it and redesignning it will bring too much impact ...
> Support alertDuplication customization for each policy
> -------------------------------------------------------
>
> Key: EAGLE-1038
> URL: https://issues.apache.org/jira/browse/EAGLE-1038
> Project: Eagle
> Issue Type: Sub-task
> Affects Versions: v0.6.0
> Reporter: Zhao, Qingwen
> Assignee: Zhao, Qingwen
>
> Requirements
> * compatible with old versions
> * enable alertDuplication check for each policy
> * optimize DefaultDeduplicator
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)