← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1500615] Re: Large Ops scenario is taking too long

 

Reviewed:  https://review.openstack.org/228636
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=c35eee5dbbb6b4dbc2901ebef4c4d88780aa74ec
Submitter: Jenkins
Branch:    master

commit c35eee5dbbb6b4dbc2901ebef4c4d88780aa74ec
Author: Matt Riedemann <mriedem@xxxxxxxxxx>
Date:   Mon Sep 28 14:46:27 2015 -0700

    use nproc/2 workers for large ops job
    
    Commit 1ce19ab76d67a89b04f907f1d292d013a3b699e0 dropped API_WORKERS from
    nproc/2 to nproc/4 and also started using API_WORKERS for the number of
    conductor workers, so in gate runs that dropped conductor workers from 8
    to 2.  We're now seeing instance build timeouts in the large ops job.
    
    This change goes back to nproc/2 for the large ops job (VIRT_DRIVER=='fake').
    
    Closes-Bug: #1500615
    
    Change-Id: Ie6ef855fce0a99c930d479b7459c15b69e8de499


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

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

Title:
  Large Ops scenario is taking too long

Status in devstack:
  Fix Released
Status in OpenStack Compute (nova):
  Confirmed

Bug description:
  gate-tempest-dsvm-large-ops error rate is spiking since the last 24
  hours (http://goo.gl/G9Zazy) with the following stacktrace :

  2015-09-28 15:02:50.954 | Traceback (most recent call last):
  2015-09-28 15:02:50.954 |   File "tempest/test.py", line 127, in wrapper
  2015-09-28 15:02:50.954 |     return f(self, *func_args, **func_kwargs)
  2015-09-28 15:02:50.954 |   File "tempest/scenario/test_large_ops.py", line 138, in test_large_ops_scenario_3
  2015-09-28 15:02:50.954 |     self._large_ops_scenario()
  2015-09-28 15:02:50.954 |   File "tempest/scenario/test_large_ops.py", line 123, in _large_ops_scenario
  2015-09-28 15:02:50.954 |     self.nova_boot()
  2015-09-28 15:02:50.954 |   File "tempest/scenario/test_large_ops.py", line 119, in nova_boot
  2015-09-28 15:02:50.954 |     self._wait_for_server_status('ACTIVE')
  2015-09-28 15:02:50.954 |   File "tempest/scenario/test_large_ops.py", line 81, in _wait_for_server_status
  2015-09-28 15:02:50.955 |     server['id'], status)
  2015-09-28 15:02:50.955 |   File "tempest/common/waiters.py", line 95, in wait_for_server_status
  2015-09-28 15:02:50.955 |     raise exceptions.TimeoutException(message)
  2015-09-28 15:02:50.955 | tempest.exceptions.TimeoutException: Request timed out

  http://logs.openstack.org/23/226923/5/gate/gate-tempest-dsvm-large-
  ops/826845d/console.html#_2015-09-28_15_02_50_955

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


References