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 <[email protected]> --- 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 <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Sharad Mishra <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
