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.
Reviewed: https:/ /review. opencontrail. org/33608 github. com/Juniper/ contrail- controller/ commit/ 5b86769b2c2e465 25f45f5f367c83e 5e475acba1
Committed: http://
Submitter: Zuul (<email address hidden>)
Branch: R2.21.x
commit 5b86769b2c2e465 25f45f5f367c83e 5e475acba1
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: I5bf6aeb408d46a 0bfcd3c09eab6c7 5d1cf84198c
Closes-Bug: #1704197