Comment 5 for bug 1540526

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

Reviewed: https://review.openstack.org/274869
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2e96f7f2d7912f9c1b84d86065aa55a00da4b4ed
Submitter: Jenkins
Branch: master

commit 2e96f7f2d7912f9c1b84d86065aa55a00da4b4ed
Author: Dan Smith <email address hidden>
Date: Mon Feb 1 10:56:05 2016 -0800

    Prevent _heal_instance_info_cache() periodic lazy-loads

    This fixes _heal_instance_info_cache() so that it speculatively loads
    the flavor information for an instance during initial query, instead of
    always depending on lazy-load to get it (which triggers an extra RPC
    and DB call for every instance).

    Change-Id: Ia1d78fb48d3f131487bd7a98d3a50774c85a1fa2
    Partial-Bug: #1540526