Comment 25 for bug 1017795

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

Reviewed: https://review.openstack.org/9639
Committed: http://github.com/openstack/nova/commit/25f5bd31805bd21d7b7e3583c775252aa8f737e9
Submitter: Jenkins
Branch: stable/essex

commit 25f5bd31805bd21d7b7e3583c775252aa8f737e9
Author: Dan Prince <email address hidden>
Date: Wed Jul 11 10:19:05 2012 -0400

    Use compute_api.get_all in affinity filters.

    Updates the affinity filters so they make a single compute API
    call to lookup instance host information rather than single
    lookups for each UUID.

    This resolves a potential performance issue which can cause a
    scheduler to hang while processing requests which contain large numbers
    of UUID's in the scheduler_hints.

    Fixes LP Bug #1017795.

    Change-Id: Ie33378a992e53002c16b2d99135699b576f3d7e3