Page 1 of 1

Warning on Deleted Event

Posted: Sun Nov 27, 2022 1:19 am
by Andyrh
Should this log pair result in a warning? It seems that if an event is deleted by a filter the missing event should not generate a warning.

11/26/22, 7:07:27 PM CST zmfilter_3 1921388 INF Deleting event 1381240 from Monitor 4 StartDateTime:2022-06-29 14:13:14 from /zm/store1/4/2022-06-29/1381240 zmfilter.pl

11/26/22, 7:07:27 PM CST zmfilter_3 1921388 WAR DiskSpace: Event does not exist at /zm/store1/4/2022-06-29/1381240:ZoneMinder::Event: AlarmFrames => 2 AvgScore => 1 Cause => Motion DefaultVideo => 1381240-video.mp4 EndDateTime => 2022-06-29 14:13:23 Frames => 79 Height => 2160 Id => 1381240 Length => 9.72 MaxScore => 1 MonitorId => 4 Name => Event-1381240 Notes => Motion: Front Orientation => ROTATE_0 Scheme => Medium StartDateTime => 2022-06-29 14:13:14 StateId => 1 StorageId => 5 TotScore => 2 Videoed => 1 Width => 3840 zmfilter.pl -

Re: Warning on Deleted Event

Posted: Sun Nov 27, 2022 9:34 am
by dougmccrary
Depends. I get it when changing storage disks.
It means the record is in the db, but not where it's supposed to be.
You can look at the time and list - the ones that don't have thumbnails will be the events causing the warnings. Delete them.
If more come up later, you may have a storage problem.

Re: Warning on Deleted Event

Posted: Sun Nov 27, 2022 1:55 pm
by Andyrh
The 2 log entries are in order. In human terms: I deleted event 1. Event 1 is not here, what happened?

As far as the disk and DB, they are clean. The event is gone from the disk and DB like I would expect with the purge when full filter.

Re: Warning on Deleted Event

Posted: Sun Nov 27, 2022 7:31 pm
by iconnor
My question is why is the filter updating the disk space AND deleting the event? Is the filter configured to do so?

Re: Warning on Deleted Event

Posted: Sun Nov 27, 2022 9:34 pm
by Andyrh
Bingo

I did not notice that option checked. Unchecked it and the warnings have ended.

Thank you.