Comment 28 for bug 1430091

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/9711
Committed: http://github.org/Juniper/contrail-controller/commit/3753c17235dd203bddcda7077e6bfbc780318e6e
Submitter: Zuul
Branch: master

commit 3753c17235dd203bddcda7077e6bfbc780318e6e
Author: Tapan Karwa <email address hidden>
Date: Wed Apr 29 16:13:59 2015 -0700

Fix for assert in IFMapExporter::StateUpdateOnDequeue

The following sequences causes the problem. Fixing it:
The sequence is:
1. Exporter gets an add or change. Exporter processes it and adds it to the
queue as an 'update'.
2. The queue 'update' has not been processed yet and exporter gets a delete for
the node.
3. The queue 'update' (not 'delete') is processed leading to the assert being
true.

Change-Id: I38b6d1dbedaaafe8d631276d5c97b1485e6a2f42
Closes-Bug: 1430091