← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1374461] [NEW] potential lock wait timeout issue when creating a HA router

 

Public bug reported:

Currently the failures during the creation of resources related to the
creation of a HA router are handled my a try/except to avoid a potential
lock wait timeout. This has been done in order to keep the RPC calls
outside the transactions.

All the related resources are created in the _create_router_db but this
method is called inside a transaction which is started is the
create_router method. Moreover the try/except mechanism used to rollback
the router creation will not work since we are in a already opened
transaction.

** Affects: neutron
     Importance: Undecided
     Assignee: Sylvain Afchain (sylvain-afchain)
         Status: In Progress


** Tags: l3-ha

** Changed in: neutron
     Assignee: (unassigned) => Sylvain Afchain (sylvain-afchain)

** Changed in: neutron
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1374461

Title:
  potential lock wait timeout issue when creating a HA router

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  Currently the failures during the creation of resources related to the
  creation of a HA router are handled my a try/except to avoid a
  potential lock wait timeout. This has been done in order to keep the
  RPC calls outside the transactions.

  All the related resources are created in the _create_router_db but
  this method is called inside a transaction which is started is the
  create_router method. Moreover the try/except mechanism used to
  rollback the router creation will not work since we are in a already
  opened transaction.

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


Follow ups

References