DaanHoogland commented on issue #13399: URL: https://github.com/apache/cloudstack/issues/13399#issuecomment-5176911428
@sbrueseke , first thing i’d look for it for any usage_event entries that have the same timestamp or a strange order (i.e. a delete before a create, or a stop before a start) I see no strangities in the fragment you send, so my best gues is that it would occur just before this. Also check for any exceptions during the run of the job, usually a duplicate key error is the culprit. We have found (and fixed) occasions where the duplicate key was erroneously disallowed and occurances where the constraint was valid but could have been ignored. These two situations are in addition to the event coming in out of order, so to my knowledge three possible causes. -- 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]
