Comment 27 for bug 1430091

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

Reviewed: https://review.opencontrail.org/9712
Committed: http://github.org/Juniper/contrail-controller/commit/93e1e4ee14fe1b9058791bcd5c262db20e536e6d
Submitter: Zuul
Branch: R2.20

commit 93e1e4ee14fe1b9058791bcd5c262db20e536e6d
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