Comment 4 for bug 1425415

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

Reviewed: https://review.opencontrail.org/7907
Committed: http://github.org/Juniper/contrail-controller/commit/dcd844e7a8930afa0acf4b8cdfaa7f93e13dcaa1
Submitter: Zuul
Branch: R2.1

commit dcd844e7a8930afa0acf4b8cdfaa7f93e13dcaa1
Author: ashoksingh <email address hidden>
Date: Fri Feb 27 19:02:01 2015 +0530

Fix Agent crash in UVE code when out of order deletes are received.

Crash was happening because we were accessing an object pointer after it was deleted. As a fix we no longer store any object pointers in UVE data-structures. Instead store the required data in UVE data-structures.

Change-Id: Id744fbec18f54d644d122605976d91b3c77ba5b3
Closes-Bug: #1425415