← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1675788] Re: Sequential API requests in instance details as a bottleneck

 

Reviewed:  https://review.openstack.org/449652
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7fdd8757036e7f014528b977ee27007a125d841c
Submitter: Jenkins
Branch:    master

commit 7fdd8757036e7f014528b977ee27007a125d841c
Author: Mateusz Kowalski <mateusz.kowalski@xxxxxxx>
Date:   Fri Mar 24 15:10:39 2017 +0100

    Make API calls in Instances.DetailView parallel
    
    In order to increase rendering speed, make nova
    and network api calls parallel in instance Detail
    View panel.
    
    Closes-bug: #1675788
    Change-Id: I3c94292981d6bf11e6e2947704b314842a99676f


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1675788

Title:
  Sequential API requests in instance details as a bottleneck

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When loading instance details, the following API calls are executed
  sequentially

  * api.nova.server_get
  * api.nova.instance_volumes_list
  * api.nova.flavor_get
  * api.network.server_security_groups
  * api.network.servers_update_addresses

  The last 4 can be executed in parallel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1675788/+subscriptions


References