Comment 13 for bug 1451306

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

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

commit a814f8a0b3d2de15b8bec98c0ac6010715043645
Author: Nischal Sheth <email address hidden>
Date: Sun May 3 19:31:48 2015 -0700

Fix concurrency issue in RibUpdateMonitor::MergeUpdate

The return value of RibUpdateMonitor::EnqueueUpdateUnlocked could be
incorrect if it's called without holding the monitor mutex. That in
turn prevents BgpExport::Join from kicking SchedulingGroup to start
a tail dequeue for the bulk UpdateQueue.

Change-Id: I1d2a4418346bb0e90eaed68a3a535d9bc741825e
Closes-Bug: #1451306