Yair Zaslavsky has submitted this change and it was merged. Change subject: core: Event log - a method to bypass flow ......................................................................
core: Event log - a method to bypass flow Event log - a method to bypass flood filtering Adding a customId field to AuditLogableBase in order to enable distinguishing between events that have same instance references (dc, cluster, vm etc) but still should be treated as separate events such that the anti-flood event mechanism will not mask those events and display just one per the defined period. It is the responsibility of the AuditLogableBase instance creator to call setCustomId with a different id per log message instance in order to treat those messages as different messages. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=875375 Change-Id: Iff160c4241618a2d0c475e13ea13ddefe8220f06 Signed-off-by: Eli Mesika <emes...@redhat.com> --- M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogDirector.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogableBase.java 2 files changed, 12 insertions(+), 0 deletions(-) Approvals: Alon Bar-Lev: Verified Yair Zaslavsky: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9148 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iff160c4241618a2d0c475e13ea13ddefe8220f06 Gerrit-PatchSet: 8 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Barak Azulay <bazu...@redhat.com> Gerrit-Reviewer: Douglas Schilling Landgraf <dougsl...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com> Gerrit-Reviewer: Sharad Mishra <snmis...@linux.vnet.ibm.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches