
Oved Ourfali has submitted this change and it was merged. Change subject: engine: Double Notification Received (#1192528) ...................................................................... engine: Double Notification Received (#1192528) When a Highly-Available VM goes down with an error, the engine attempts to re-run it. If the first attempt fails, the engine immediately attempts once more. Subscribers which subscribed to the notification: "VDS_INITIATED_RUN_VM_FAILED" receive notification about both events, even though they are milliseconds apart and one notification should be enough. This bug was solved by setting a 'flood limit' of 5 seconds on this event. Change-Id: Ib97d2e7f456f13331f843591716f280b9f17d1ca Bug-Url: https://bugzilla.redhat.com/1192528 Signed-off-by: Ori Liel <oliel@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ori Liel: Verified mooli tayer: Looks good to me, but someone else must approve Oved Ourfali: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/39552 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib97d2e7f456f13331f843591716f280b9f17d1ca Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ori Liel <oliel@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: mooli tayer <mtayer@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server