Martin Peřina has uploaded a new change for review. Change subject: tools: Fix clearing event filters in notifier ......................................................................
tools: Fix clearing event filters in notifier Fixes clearing event filters in notifier. If you had this configuration FILTERS=exclude:* (default) and after that you add notification to some user in webadmin, no email was sent until notifier is restarted due to inproper clearing of event filters. Change-Id: If665a84b1c18af1318b74bd88d134164f0f3476c Bug-Url: https://bugzilla.redhat.com/1071536 Signed-off-by: Martin Perina <mper...@redhat.com> --- M backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/filter/FirstMatchSimpleFilter.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/92/25292/1 diff --git a/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/filter/FirstMatchSimpleFilter.java b/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/filter/FirstMatchSimpleFilter.java index 89d09b3..888c752 100644 --- a/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/filter/FirstMatchSimpleFilter.java +++ b/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/filter/FirstMatchSimpleFilter.java @@ -60,6 +60,7 @@ } public void clearFilterEntries() { + notify.clear(); recipients.clear(); } -- To view, visit http://gerrit.ovirt.org/25292 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If665a84b1c18af1318b74bd88d134164f0f3476c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Martin Peřina <mper...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches