DaanHoogland commented on issue #13112:
URL: https://github.com/apache/cloudstack/issues/13112#issuecomment-4404123023

   @DaniloMurbach , this is a known issue in several usage types, where 
duplicate events cause events not to be marked as processed. In the usage logs 
you would typically see SQL constraint exceptions. Look for the exception and 
deduce the key used in the constraint. This will be different for each type. 
Usually it is owner-resource-date or something of the sort. In the event table 
you will then find a duplicate for the events for those resources , or a 
strange order for the events. That bit can happen when ntp has a skew. It would 
result in a stop happening before a start for instance.
   
   hope this helps,


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to