Comment 7 for bug 1641833

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

Reviewed: https://review.opencontrail.org/29472
Committed: http://github.org/Juniper/contrail-controller/commit/006c5e6955305dcfda5c3a3b5687b39d171b13f1
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit 006c5e6955305dcfda5c3a3b5687b39d171b13f1
Author: ashoksingh <email address hidden>
Date: Thu Mar 9 13:50:28 2017 +0530

Add missing locks in Agent UVE code

(1)Acquire lock in VnUveEntry::ClearInterVnStats to prevent parallel access to
inter_vn_stats_ between kTaskFlowStatsCollector and kTaskDBExclude
(2)Acquire lock in InterfaceUveStatsTable::FipEntry to prevent parallel access to
interface_tree_ between kTaskFlowStatsCollector and kTaskDBExclude

Change-Id: I66c0a77fb5947946e3ac449ea28452158e0aac80
Partial-Bug: #1641833