Comment 1 for bug 1486415

Revision history for this message
Morten Brekkevold (mbrekkevold) wrote :

The problem seems to be that the event data is not stored inside a transaction, but using autocommit. The event record is being culled from the eventq table by eventengine before ipdevpoll has a chance to completely store all the associated eventqvar records.

The event generating code should be surrounded by a transactional decorator.