Comment 7 for bug 1579180

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

Reviewed: https://review.opencontrail.org/20049
Committed: http://github.org/Juniper/contrail-controller/commit/5141aeee5925ee0d1fa3d96ad2a422d3259a029b
Submitter: Zuul
Branch: R3.0

commit 5141aeee5925ee0d1fa3d96ad2a422d3259a029b
Author: Prabhjot Singh Sethi <email address hidden>
Date: Tue May 10 16:09:57 2016 +0530

Fix Agent crash on AgentRouteTable::RetryDelete

Issue:
------
unregister of RouteTable is causing Notify on VRF Entry
outside the context of db::DBTable task, and if this
happens in parallel from two different task running in
parallel can cause change list append issues with tries
for double enqueues

Fix:
----
Do not notify entry in any other context other than
db::DBTable task

Closes-Bug: 1579180
Related-Bug: 1574958
Change-Id: Ied06b53500f56a68a8e2443f704a647773686de2