Comment 3 for bug 1401042

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

Reviewed: https://review.openstack.org/140647
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b25915f1d94e19756c932ae18119bdf872cc6316
Submitter: Jenkins
Branch: master

commit b25915f1d94e19756c932ae18119bdf872cc6316
Author: Miguel Angel Ajo <email address hidden>
Date: Wed Dec 10 12:21:52 2014 +0100

    Fix race condition in ProcessMonitor

    If any new external process was enabled/disabled during
    the process monitoring loop time, a RuntimeError: dictionary
    changed size during iteration was thrown. This is fixed
    by pre-building the service list from the dictionary
    for the iteration.

    Closes-Bug: #1401042

    Change-Id: Id0a3af22fb85992bde35d8c691bee3ddf435639d