Comment 5 for bug 1704197

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

Reviewed: https://review.opencontrail.org/33608
Committed: http://github.com/Juniper/contrail-controller/commit/5b86769b2c2e46525f45f5f367c83e5e475acba1
Submitter: Zuul (<email address hidden>)
Branch: R2.21.x

commit 5b86769b2c2e46525f45f5f367c83e5e475acba1
Author: Sahil <email address hidden>
Date: Thu Jul 13 12:01:42 2017 -0700

[Config]: Fix handling of greenlet threads in ST

Schema Transformer spawns greenlet threads for reading updates from
ifmap and calling process_networks() function. It's right now spwaning
multiple greenlets without killing the previous one. This provides the
fix for killing the greenlet that hasn't been switched or is dead.

Change-Id: I5bf6aeb408d46a0bfcd3c09eab6c75d1cf84198c
Closes-Bug: #1704197