Duplicate alarm records

I was looking into query the alarm journal but I'm finding that every change of event (e.g. from active to clear or vice versa), the event is being recorded twice as show in the screenshot:

This is the query I'm using currently:

SELECT *
FROM `prod_alarming`.`alarm_events` 
WHERE displaypath LIKE 'Test/Alarm'
  AND eventtype = 0

Anyone knows what's going on with this?

Do you have multiple alarm journals setup logging to the same table?