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 ...
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---