Comment 6 for bug 934575

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

Reviewed: https://review.openstack.org/4356
Committed: http://github.com/openstack/nova/commit/2a9b66c3dba5f7fb13c7b4e7442eae2bc5dbc130
Submitter: Jenkins
Branch: master

commit 2a9b66c3dba5f7fb13c7b4e7442eae2bc5dbc130
Author: Russell Bryant <email address hidden>
Date: Tue Feb 21 11:33:51 2012 -0500

    Don't store connection pool in RpcContext.

    Fix bug 934575.

    As Chris pointed out in the bug, there is a downside to this approach to
    fixing the bug, in that a manager will no longer be able to use
    context.reply(). However, it wasn't being used at all, and it's no loss
    in functionality. A remote method can still return multiple values (in
    response to a multicall()) by using yield.

    Change-Id: I0e5aff2e8a40ffd8390c0e19d89dd17e60a74130