Comment 1 for bug 1432966

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

Reviewed: https://review.openstack.org/164972
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=72a9984d8f28933fadf0f186bc40cc3454fc9353
Submitter: Jenkins
Branch: master

commit 72a9984d8f28933fadf0f186bc40cc3454fc9353
Author: Li Ma <email address hidden>
Date: Tue Mar 17 00:07:12 2015 -0700

    Fix changing keys during iteration in matchmaker heartbeat

    When starting heartbeat in matchmaker-redis, keys may be changed
    during iteration and a runtime exception is thrown as follows:

    RuntimeError: dictionary changed size during iteration

    Change-Id: I016a449674619294196055614c62c2856002291c
    Closes-Bug: #1432966