Comment 8 for bug 1518899

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

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

commit cd6bbe51d96d0ca31f48984a20946fb866004527
Author: Prabhjot Singh Sethi <email address hidden>
Date: Mon Nov 23 22:18:15 2015 +0530

fix ToR-agent crash for stale timer cb

Issue:
------
Stale entry timer triggered delete on a deleted entry
causing invalid state machine event, ideally when an
Add/Change/Delete event happens it should have removed
entry from the stale entry tree. however along with
last change for sync DB request from a workqueue this
removal of entry from the stale entry tree got moved to
workqueue context causing issue.

Fix:
----
Move Stopping of stale entry timer to Add/Change/Delete
request context instead of workqueue context

Change-Id: I820c25d0462e2459aa7f0d6a84aee5626e8da4f2
Closes-Bug: 1518899