fc0e7cd5ab
Initially the symptom looks like race condition between two threads when stopping the task manager. After further analysis/troubleshooting, it turns out that two threads are spawned if a task manager is stopped and started again, causing unexpected errors. The IF check on the spawned thread sometimes return True sometime return False if not compared against None explicitly. This makes start() method think no thread has been started or stop() method think no thread is started. Change the check to compare against None. Also fixed a problem in unit-test where a thread may never terminated when a stop call is invoked during db access. Closes-Bug: 1221486 Change-Id: I0d67bfe8fef7a390f0d6bc0f5a42835f86a9fb27 |
||
---|---|---|
.. | ||
bigswitch | ||
brocade | ||
cisco | ||
common | ||
embrane | ||
hyperv | ||
linuxbridge | ||
metaplugin | ||
midonet | ||
ml2 | ||
mlnx | ||
nec | ||
nicira | ||
openvswitch | ||
plumgrid | ||
ryu | ||
__init__.py |