Comment 13 for bug 1750777

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/549331
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=35c225aaa37ee685000bfa07a02e83481485138d
Submitter: Zuul
Branch: master

commit 35c225aaa37ee685000bfa07a02e83481485138d
Author: Thomas Morin <email address hidden>
Date: Sat Mar 3 00:00:47 2018 +0000

    Remove race and simplify conntrack state management

    This change:
    * avoids creating lots of short-lived threads
      (because: why would we ?)
    * adds a try/except block to be sure we can log
      any issue that would otherwise be hidden by
      spawn_n.
    * changes class from Queue to LightQueue after
      eventlet.queue code inspection, since it's a
      little smaller and should be faster

    Change-Id: Ic348c08af375099a919116188ae17d2017695ecb
    Closes-Bug: 1750777