Comment 15 for bug 1451306

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

Reviewed: https://review.opencontrail.org/9876
Committed: http://github.org/Juniper/contrail-controller/commit/9810b260da993e09dc510c43abf7b1a0b37a5c6d
Submitter: Zuul
Branch: R1.10

commit 9810b260da993e09dc510c43abf7b1a0b37a5c6d
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