Inventory and statuscheck jobs of ipdevpoll still can fail after an OS upgrade
Bug #1500425 reported by
Morten Brekkevold
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Network Administration Visualized |
Fix Released
|
Medium
|
Morten Brekkevold |
Bug Description
The fix for bug 1486430 is not complete. These jobs can still fail if an entity has disappeared completely from the device after an upgrade, and a new entity has taken over its index.
This happens because the transaction handling added by the fix for 1486430 only applies to the save phase. The cleanup phase is still a separate transaction. All the changes need to take place inside the same transaction to ensure all referential integrity issue that may arise are handled prior to a transaction commit.
This means that the EntityManager may need to run its cleanup as part of its save phase.
Changed in nav: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
fix here: https:/ /nav.uninett. no/hg/stable/ rev/26038eb62d9 2