Comment 10 for bug 1073956

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/folsom)

Reviewed: https://review.openstack.org/16587
Committed: http://github.com/openstack/nova/commit/b874d21fcdd804ba8f92f06fbcf4b09c634995a4
Submitter: Jenkins
Branch: stable/folsom

commit b874d21fcdd804ba8f92f06fbcf4b09c634995a4
Author: Vishvananda Ishaya <email address hidden>
Date: Wed Oct 31 19:41:04 2012 -0700

    Eliminates simultaneous schedule race.

    Keeps host state in memory so multiple schedule attempts use the
    up-to-date values that may have been modified by another greenthread.

    Fixes bug 1073956

    Change-Id: I69fdd9b46bde6b7408c501c42a6ef3b6dd92bbc2
    (cherry picked from commit 94560ab57d9fc23673f42017e6f2a78cb2b66b7a)