Comment 16 for bug 1463745

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

Reviewed: https://review.opencontrail.org/11978
Committed: http://github.org/Juniper/contrail-controller/commit/25b696df08757b71e75288d37dfe78cae5abd571
Submitter: Zuul
Branch: R2.20

commit 25b696df08757b71e75288d37dfe78cae5abd571
Author: Rudra Rugge <email address hidden>
Date: Tue Jun 23 12:26:03 2015 -0700

Port in use error caused by gevent threads

If the first launch of a service VM coincides with the
timer for service instance check then there is a possibility
that the same port might be used to launch service VMs.
Added mutual exclusion to ensure that the timer check only
happens after the first launch.

Change-Id: Ieef15683f20e08cd1df221ff17a0c9fed4cf6b89
Closes-Bug: #1463745