Comment 3 for bug 879044

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/1069
Committed: http://github.com/openstack/nova/commit/97cfccc2ce35b29fd98809b6c7ecdd86c56f76e3
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit 97cfccc2ce35b29fd98809b6c7ecdd86c56f76e3
Author: Johannes Erdfelt <email address hidden>
Date: Mon Oct 24 21:55:12 2011 +0000

    Fix concurrency of XenAPI sessions

    Fixes bug 879044

    Nova currently does not serialize access to the XenAPI session which can
    result in multiple (green)threads trying to use the same HTTP connection.
    This will typically only affect Python 2.7 which has updated xmlrpclib to
    try to use one HTTP connection for multiple requests.

    Change-Id: I101d63b822c8bf8c28674a836e4b54aa8259e1a8